sdfplot.numeric(FitAR)R Documentation

Autoregressive spectral density estimation

Description

Method function for vectors, class "numeric"

Usage

## S3 method for class 'numeric':
sdfplot(obj, ...)

Arguments

obj object, class"numeric", a vector
... optional arguments

Value

plot produced as side-effect. No output.

Author(s)

A.I. McLeod

See Also

sdfplot

Examples

sdfplot(lynx)

[Package FitAR version 1.0 Index]