Skip to contents

Return ggplot object for southern hemisphere grid cells.

Usage

geom_grid(...)

Arguments

...

arguments to be passed to geom_sf.

Examples

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