Essential Ocean Variables plot
pr_plot_EOVs(
df,
EOV = "Biomass_mgm3",
trans = "identity",
col = "blue",
labels = TRUE
)
plot of timeseries, anomalies and climatology
df <- pr_get_EOVs("NRS") %>%
dplyr::filter(StationCode == "PHB") %>%
pr_remove_outliers(2)
pr_plot_EOVs(df, EOV = "Biomass_mgm3",
trans = "identity", col = "blue", labels = FALSE)