plot.ARIMA {UComp} | 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
, ARIMAmodel
, ARIMAvalidate
,
## Not run:
m1 <- ARIMAmodel(log(gdp))
plot(m1)
## End(Not run)