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
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
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