Skip to contents

Get statistical areas

Usage

plot_statistical_areas(proj = proj_nzsf(), area = "CRA", ...)

Arguments

proj

The projection to use.

area

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

...

Other arguments passed on to geom_sf.

Value

A ggplot of the selected QMA.

Examples

ggplot() + 
  plot_statistical_areas(area = "CRA")