R/plot_timeseries.R
pr_plot_TimeSeries.Rd
Plot basic timeseries
pr_plot_TimeSeries(df, trans = "identity")
dataframe with SampleDate_Local, station code and parameter name and values
scale of y axis on plot, whatever scale_y_continuous trans accepts
a timeseries plot
df <- pr_get_Indices("NRS", "Zooplankton") %>% dplyr::filter(Parameters == "Biomass_mgm3", StationCode %in% c("NSI", "PHB")) timeseries <- pr_plot_TimeSeries(df)