plot.arma {TSSS}R Documentation

Plot Analysis Result of ARMA Model

Description

Plot impulse, autocovariance, PARCOR and characteristic roots of scalar ARMA model returned by armaimp.

Usage

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

Arguments

x

an object of class "arma" created by armaimp.

...

further graphical parameters may also be supplied as arguments.


[Package TSSS version 1.2.4 Index]