Sidebar panel plot of selected NRS stations

pr_plot_NRSmap(sites, Survey = "NRS")

Arguments

sites

A string vector containing site codes to plot

Survey

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

Value

a map of the selected stations

Examples

sites <- c("MAI", "PHB")
pmap <- pr_plot_NRSmap(sites)
pmap <- pr_plot_NRSmap(sites, Survey = "LTM")