Skip to contents

Get Statistical Areas

Usage

get_statistical_areas(area = "CRA", proj = proj_nzsf())

Arguments

area

A Quota Managemetn Area (QMA). Can be EEZ, CRA, JMA.

proj

The projection to use.

Value

New Zealands statistical areas as a sf object.

Examples

x <- get_statistical_areas(area = "CRA")
ggplot() +
  geom_sf(data = x, fill = NA)