plot.ARIMA: plot.ARIMA

View source: R/ARIMAS3functions.R

plot.ARIMAR 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, ARIMAforecast, ARIMAvalidate,

Examples

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

## End(Not run)

UComp documentation built on April 4, 2025, 5:10 a.m.

Related to plot.ARIMA in UComp...