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')

CoSMoS documentation built on May 30, 2021, 1:06 a.m.