R/geom_grid.R
geom_grid.Rd
Return ggplot object for southern hemisphere grid cells.
ggplot
geom_grid(...)
arguments to be passed to geom_sf.
geom_sf
library(ggplot2) library(sf) #> Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE library(sefraInputs) ggplot() + geom_grid() + theme_sh()