Description Usage Arguments Details Value Examples
Compute descriptive statistics per year
1 | yearly_stats(date, conc, bloom_threshold)
|
date |
Vector of dates of observation, of class |
conc |
Vector of concentrations at these dates. |
bloom_threshold |
Threshold value of concentration to consider that a bloom is occuring. |
Computes
maximum abundance
date of maximum abundance
date of start and end of the bloom
number of days of bloom
integrated yearly abundance
Table with year and one column per statistic
1 | yearly_stats(ost$date, ost$benthic, bloom_threshold=200000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.