autoplot,deseats_fc-method | R Documentation |
ggplot2
Plot Method for Class "deseats_fc"
Create ggplot2
R plots for forecasting objects of class
"deseats_fc"
.
## S4 method for signature 'deseats_fc'
autoplot(object, ...)
object |
an object of class |
... |
currently without use; implemented for compatibility. |
This is a plot method to visualize the forecasting results for a Seasonal Semi-ARMA model. Common plot arguments can be implemented to change the appearance.
This method returns a ggplot2
plot object, i.e. an object of classes
"gg"
and "ggplot"
.
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn
University),
Author and Package Creator
est <- s_semiarma(log(EXPENDITURES))
fc <- predict(est, n.ahead = 4)
fc_e <- expo(fc)
autoplot(fc_e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.