From cac3353f727e3dd88d608c5f6ad9e39b2a46bd3d Mon Sep 17 00:00:00 2001 From: eliocamp Date: Fri, 30 Aug 2024 05:00:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20eliocamp?= =?UTF-8?q?/metR@3bbff9f058c58c0400a9e904c21843b5cafa949c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/Visualization-tools.html | 2 +- articles/Working-with-data.html | 2 +- pkgdown.yml | 2 +- reference/FitLm.html | 2 +- reference/geom_contour_fill.html | 11 ++++++----- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/articles/Visualization-tools.html b/articles/Visualization-tools.html index 1acc45c5..fb0d0fea 100644 --- a/articles/Visualization-tools.html +++ b/articles/Visualization-tools.html @@ -90,7 +90,7 @@

Visualization tools

Elio Campitelli

-

2024-08-28

+

2024-08-30

Source: vignettes/Visualization-tools.Rmd diff --git a/articles/Working-with-data.html b/articles/Working-with-data.html index 60113d6b..6b466c42 100644 --- a/articles/Working-with-data.html +++ b/articles/Working-with-data.html @@ -90,7 +90,7 @@

Working with data

Elio Campitelli

-

2024-08-28

+

2024-08-30

Source: vignettes/Working-with-data.Rmd diff --git a/pkgdown.yml b/pkgdown.yml index 876624d3..ad355c2e 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: Visualization-tools: Visualization-tools.html Working-with-data: Working-with-data.html -last_built: 2024-08-28T03:28Z +last_built: 2024-08-30T04:58Z urls: reference: https://eliocamp.github.io/metR/reference article: https://eliocamp.github.io/metR/articles diff --git a/reference/FitLm.html b/reference/FitLm.html index f3d5766e..a2161800 100644 --- a/reference/FitLm.html +++ b/reference/FitLm.html @@ -143,7 +143,7 @@

Examples

regr <- geopotential[, FitLm(gh, date, se = TRUE), by = .(lon, lat)] }) #> user system elapsed -#> 0.325 0.000 0.326 +#> 0.323 0.001 0.322 ggplot(regr[term != "(Intercept)"], aes(lon, lat)) + geom_contour(aes(z = estimate, color = after_stat(level))) + diff --git a/reference/geom_contour_fill.html b/reference/geom_contour_fill.html index 28e892ef..fbd5be9a 100644 --- a/reference/geom_contour_fill.html +++ b/reference/geom_contour_fill.html @@ -90,6 +90,7 @@

Filled 2d contours of a 3d surface

bins = NULL, binwidth = NULL, proj = NULL, + proj.latlon = TRUE, clip = NULL, kriging = FALSE, global.breaks = TRUE, @@ -215,6 +216,11 @@

Arguments

contour dataset.

+
proj.latlon
+

Logical indicating if the projection step should project +from a cartographic projection to a lon/lat grid or the other way around.

+ +
clip

A simple features object to be used as a clip. Contours are only drawn in the interior of this polygon.

@@ -267,11 +273,6 @@

Arguments

layer geom documentation.

- -
proj.latlon
-

Logical indicating if the projection step should project -from a cartographic projection to a lon/lat grid or the other way around.

-

Aesthetics