Learn R Programming

FitAR (version 1.94)

sdfplot.ts: Autoregressive Spectral Density Estimation for "ts" Object

Description

Methods function for "ts".

Usage

"sdfplot"(obj, ...)

Arguments

obj
object, class"ts"
...
optional arguments

Value

Plot is produced using plot. Matrix with 2 columns containing the frequencies and spectral density is returned invisibly.

See Also

sdfplot

Examples

Run this code
data(SeriesA)
sdfplot(SeriesA)

Run the code above in your browser using DataLab