A helper function for obtaining a CCSBT related feature and returning a geom_sf
object of that feature. Feature include the CCSBT
management areas, labels or land. By default the projection returned by the function proj_ccsbt
is used.
Usage
geom_ccsbt(
feature = "area",
proj = proj_ccsbt(),
fill = NA,
colour = "black",
...
)
See also
coord_ccsbt
for coord and proj_ccsbt
for projection.
Examples
ggplot() +
geom_ccsbt(feature = "area") +
geom_ccsbt(feature = "land", fill = "black") +
coord_ccsbt()