Time series plot of functional groups
pr_plot_tsfg(df, Scale = "Actual", Trend = "Raw")plot of fg timseries
df <- pr_get_FuncGroups("SOTS", "Phytoplankton") %>%
dplyr::filter(StationCode == 'SOTS')
plot <- pr_plot_tsfg(df, "Actual", Trend = 'Month')
plot
#> Warning: Removed 10 rows containing missing values or values outside the scale range
#> (`geom_area()`).