View source: R/fortify_forecast.R
| fortify.ets | R Documentation |
forecast::bats and forecast::ets to data.frameConvert forecast::bats and forecast::ets to data.frame
## S3 method for class 'ets'
fortify(model, data = NULL, ...)
model |
|
data |
original dataset, if needed |
... |
other arguments passed to methods |
data.frame
## Not run:
fortify(forecast::bats(UKgas))
fortify(forecast::ets(UKgas))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.