yearly_stats: Compute descriptive statistics per year

Description Usage Arguments Details Value Examples

View source: R/yearly_stats.R

Description

Compute descriptive statistics per year

Usage

1
yearly_stats(date, conc, bloom_threshold)

Arguments

date

Vector of dates of observation, of class Date.

conc

Vector of concentrations at these dates.

bloom_threshold

Threshold value of concentration to consider that a bloom is occuring.

Details

Computes

Value

Table with year and one column per statistic

Examples

1
yearly_stats(ost$date, ost$benthic, bloom_threshold=200000)

jiho/coclimer documentation built on July 26, 2020, 4:02 a.m.