Sidebar panel plot of selected NRS stations

pr_plot_NRSmap(sites, Survey = "NRS", Type = "Zooplankton")

Arguments

sites

A string vector containing site codes to plot

Survey

Which Survey to plot ("NRS", "Coastal", "LTM")

Type

Must be phytoplankton for SOTS to plot, otherwise it has no impact on the plot

Value

a map of the selected stations

Examples

sites <- c("MAI", "PHB")
pmap <- pr_plot_NRSmap(sites, Type = 'Phytoplankton')
#> Warning: no non-missing arguments to min; returning Inf
#> Warning: no non-missing arguments to min; returning Inf
#> Warning: no non-missing arguments to max; returning -Inf
#> Warning: no non-missing arguments to max; returning -Inf
pmap <- pr_plot_NRSmap(sites, Survey = "LTM")