R/plot-statistical-areas.R
get_statistical_areas.Rd
Get Statistical Areas
get_statistical_areas(area = "CRA", proj = proj_nzsf())
A Quota Managemetn Area (QMA). Can be EEZ, CRA, JMA.
The projection to use.
New Zealands statistical areas as a sf object.
sf
plot_statistical_areas
x <- get_statistical_areas(area = "CRA") ggplot() + geom_sf(data = x, fill = NA)