sdfplot.ts {FitAR} | R Documentation |
Methods function for "ts".
## S3 method for class 'ts': sdfplot(obj, ...)
obj |
object, class"ts" |
... |
optional arguments |
Plot is produced using plot. Matrix with 2 columns containing the frequencies and spectral density is returned invisibly.
A.I. McLeod
data(SeriesA) sdfplot(SeriesA)