plot.ARIMA {UComp}R Documentation

plot.ARIMA

Description

Plot zplane of ARIMA object

Usage

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

Arguments

x

Object of class “ARIMA”.

...

Additional inputs to function.

Details

See help of ARIMA.

Author(s)

Diego J. Pedregal

See Also

ARIMA, ARIMAmodel, ARIMAvalidate,

Examples

## Not run: 
m1 <- ARIMAmodel(log(gdp))
plot(m1)

## End(Not run)

[Package UComp version 5.0.4 Index]