Combined timeseries and climatology plots for environmental variables

pr_plot_Enviro(df, Trend = "None", trans = "identity")

Arguments

df

A dataframe from pr_get_nuts or pr_get_pigments

Trend

Trend line to be used, options None, Smoother, Linear

trans

scale on which to plot y axis

Value

A plot with timeseries and climatology at depths

Examples

df <- pr_get_NRSChemistry() %>% dplyr::filter(Parameters == "SecchiDepth_m",
StationCode %in% c('PHB', 'NSI'))
pr_plot_Enviro(df)