Stratify timeseries by season
stratifySeasonData(TS, season)
TS: time seriesseason: name of the seasonx <- data.frame(date = seq(Sys.Date(), by = 'day', length.out = 1000), value = rnorm(1000)) stratifySeasonData(x, 'month')
Related functions from the same R package