Learn R Programming

UComp (version 5.1)

plot.ARIMA: plot.ARIMA

Description

Plot zplane of ARIMA object

Usage

# S3 method for ARIMA
plot(x, ...)

Arguments

x

Object of class “ARIMA”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ARIMA.

See Also

ARIMA, ARIMAforecast, ARIMAvalidate,

Examples

Run this code
if (FALSE) {
m1 <- ARIMAforecast(log(gdp))
plot(m1)
}

Run the code above in your browser using DataLab