Sidebar panel plot of selected NRS stations

pr_plot_NRSmap(df, Survey = "NRS")

Arguments

df

dataframe containing station codes to plot

Survey

NRS or Coastal

Value

a map of the selected stations

Examples

df <- data.frame(StationCode = c("MAI", "PHB"))
pmap <- pr_plot_NRSmap(df)