Plot basic timeseries
pr_plot_TimeSeries(df, Survey = "NRS", trans = "identity")
a timeseries plot
df <- pr_get_Indices("NRS", "Z") %>%
dplyr::filter(Parameters == "Biomass_mgm3", StationCode %in% c("NSI", "PHB"))
timeseries <- pr_plot_TimeSeries(df, Survey = "NRS")