| stratifySeasonData | R Documentation |
Splits a two-column (date, value) time series into a list of seasonal subsets, plus a parallel list of nonzero-only subsets.
stratifySeasonData(TS, season)
TS |
data frame or data table with columns |
season |
character; name of a date-component function
(e.g. |
a list of two elements: [[1]] named list of full seasonal
subsets; [[2]] named list of nonzero seasonal subsets
analyzeTS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.