stratifySeasonData function

Stratify timeseries by season

Stratify timeseries by season

stratifySeasonData(TS, season)

Arguments

  • TS: time series
  • season: name of the season

Examples

x <- data.frame(date = seq(Sys.Date(), by = 'day', length.out = 1000), value = rnorm(1000)) stratifySeasonData(x, 'month')

Other functions in CoSMoS

Related functions from the same R package