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