components | R Documentation |
components
extracts components as time series from the result of an STR decomposition.
components(object)
object |
Result of STR decomposition. |
Alexander Dokumentov
STRmodel
, RSTRmodel
, STR
, AutoSTR
fit <- AutoSTR(log(grocery))
comp <- components(fit)
plot(comp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.