stratifySeasonData: Stratify timeseries by season

Description Usage Arguments Examples

View source: R/stratifyData.R

Description

Stratify timeseries by season

Usage

1
stratifySeasonData(TS, season)

Arguments

TS

time series

season

name of the season

Examples

1
2
3
4
x <- data.frame(date = seq(Sys.Date(), by = 'day', length.out = 1000),
                value = rnorm(1000))

stratifySeasonData(x, 'month')

TycheLab/CoSMoS documentation built on June 6, 2021, 2:35 a.m.