stratifySeasonData {CoSMoS} | R Documentation |
Stratify timeseries by season
stratifySeasonData(TS, season)
TS |
time series |
season |
name of the season |
x <- data.frame(date = seq(Sys.Date(), by = 'day', length.out = 1000),
value = rnorm(1000))
stratifySeasonData(x, 'month')