Combined timeseries and climatology plots
pr_plot_tsclimate(df, trans = "identity")
a combined plot
df <- pr_get_Indices(Survey = "CPR", Type = "Phytoplankton") %>%
dplyr::filter(Parameters == "PhytoAbundance_Cellsm3")
pr_plot_tsclimate(df)
#> Warning: Removed 1040 rows containing missing values or values outside the scale range
#> (`geom_line()`).
#> Warning: Removed 24248 rows containing missing values or values outside the scale range
#> (`geom_point()`).
#> Warning: Removed 30 rows containing missing values or values outside the scale range
#> (`geom_col()`).
#> Warning: Removed 63 rows containing missing values or values outside the scale range
#> (`geom_col()`).