R/plot-qma.R
plot_qma.Rd
This function is used to plot a Quota Management Area (QMA) as a ggplot2 object.
ggplot2
plot_qma(qma = "CRA", proj = proj_nzsf(), ...)
A Quota Management Area (QMA). Can be CRA, PHC, COC, ...
The coordinate reference system to use: integer with the EPSG code, or character with proj4string.
proj4string
Other arguments passed on to geom_sf.
geom_sf
A ggplot object of the selected QMA.
ggplot
get_qma to return Quota Management Area (QMA) polygons as sf objects.
get_qma
sf
# Packhorse rock lobster ggplot() + plot_qma(qma = "PHC") # Jack mackerel ggplot() + plot_qma(qma = "JMA") # Paua ggplot() + plot_qma(qma = "PAU")