plot,deseats_fc-method {deseats} | R Documentation |
Plot Method for Class "deseats_fc"
Description
Create basic R plots for forecasting objects of class "deseats_fc"
.
Usage
## S4 method for signature 'deseats_fc'
plot(x, y = NULL, ...)
Arguments
x |
an object of class |
y |
currently without use; for compatibility only. |
... |
further arguments of |
Details
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.
Value
This method returns NULL
.
Author(s)
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn University),
Author and Package Creator
Examples
est <- s_semiarma(log(EXPENDITURES))
fc <- predict(est, n.ahead = 4)
fc_e <- expo(fc)
plot(fc_e)
[Package deseats version 1.1.0 Index]