sdfplot.numeric {FitAR}R Documentation

Autoregressive Spectral Density Estimation for "numeric"

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]