Description Usage Arguments Value Examples
Compute descriptive statistics per year
1 | yearly_trend(s, type = c("monotonous", "median"))
|
s |
Data.frame output by |
type |
Type of trend to test: "monotonous" for Mann-Kendall test for a monotonous trend (and plot of a loose polynomial fit to the data), "median" for a quantile regression of the median (and a plot of the corresponding regression result). |
Table with year and one column per statistic
1 2 3 | s <- yearly_stats(ost$date, ost$benthic, bloom_threshold=200000)
yearly_trend(s)
yearly_trend(s, type="median")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.