From cac3353f727e3dd88d608c5f6ad9e39b2a46bd3d Mon Sep 17 00:00:00 2001
From: eliocamp Visualization tools
Elio
Campitelli
- 2024-08-28
+ 2024-08-30
Source: vignettes/Visualization-tools.Rmd
Visualization-tools.Rmd
Working with data
Elio
Campitelli
- 2024-08-28
+ 2024-08-30
Source: vignettes/Working-with-data.Rmd
Working-with-data.Rmd
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.
Logical indicating if the projection step should project +from a cartographic projection to a lon/lat grid or the other way around.
A simple features object to be used as a clip. Contours are only drawn in the interior of this polygon.
Logical indicating if the projection step should project -from a cartographic projection to a lon/lat grid or the other way around.