Skip to contents

Return ggplot object for CCSBT statistical areas in the southern hemisphere.

Usage

geom_stat_areas(...)

Arguments

...

arguments to be passed to geom_sf.

Examples

library(ggplot2)
library(sf)
library(sefraInputs)
ggplot() + geom_stat_areas(col = "red") + theme_sh()