createtrendseason | R Documentation |
Create trend and seasonality features for univariate time series
createtrendseason(y)
y |
a univariate time series |
a vector or matrix of features
y <- ts(rnorm(100), start = 1, frequency = 12)
createtrendseason(y)
createtrendseason(USAccDeaths)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.