sdfplot.Arima {FitAR}R Documentation

Spectral Density of Fitted ARIMA Model

Description

Method for class "Arima" for sdfplot.

Usage

sdfplot.Arima(obj, ...)

Arguments

obj object class "Arima"
... optional arguments

Value

None. Plot is produced using plo.t

Author(s)

A.I. McLeod

See Also

ARSdf, sdfplot, sdfplot.FitAR, sdfplot.ts

Examples

data(SeriesA)
sdfplot(SeriesA,c(1,0,1))

[Package FitAR version 1.0 Index]