R/plot_maps.R
pr_plot_NRSmap.Rd
Sidebar panel plot of selected NRS stations
pr_plot_NRSmap(df, Survey = "NRS")
dataframe containing station codes to plot
NRS or Coastal
a map of the selected stations
df <- data.frame(StationCode = c("MAI", "PHB")) pmap <- pr_plot_NRSmap(df)