powered by
Stratify timeseries by season
stratifySeasonData(TS, season)
time series
name of the season
x <- data.frame(date = seq(Sys.Date(), by = 'day', length.out = 1000), value = rnorm(1000)) stratifySeasonData(x, 'month')
Run the code above in your browser using DataLab