Plot single climatology
pr_plot_Climatology(df, Survey = "NRS", Trend = "Month", trans = "identity")
a climatology plot
df <- pr_get_Indices(Survey = "NRS", Type = "P") %>%
dplyr::filter(Parameters == "PhytoBiomassCarbon_pgL", StationCode %in% c("NSI", "PHB"))
monthly <- pr_plot_Climatology(df, "NRS", "Month")
df <- pr_get_Indices(Survey = "CPR", Type = "Z") %>%
dplyr::filter(Parameters == "ZoopAbundance_m3")
annual <- pr_plot_Climatology(df, "CPR", "Year")