View source: R/ARIMAS3functions.R
plot.ARIMA | R Documentation |
Plot zplane of ARIMA object
## S3 method for class 'ARIMA'
plot(x, ...)
x |
Object of class “ARIMA”. |
... |
Additional inputs to function. |
See help of ARIMA
.
Diego J. Pedregal
ARIMA
, ARIMAforecast
, ARIMAvalidate
,
## Not run:
m1 <- ARIMAforecast(log(gdp))
plot(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.