R/plot_enviro.R
pr_plot_Enviro.Rd
Combined timeseries and climatology plots for environmental variables
pr_plot_Enviro(df, Trend = "None", trans = "identity")
A plot with timeseries and climatology at depths
df <- pr_get_NRSChemistry() %>% dplyr::filter(Parameters == "SecchiDepth_m",
StationCode %in% c('PHB', 'NSI'))
pr_plot_Enviro(df)