Periodogram
Estimated periodogram using the fast Fourier transform (fft
).
peri(data, adjmean = TRUE, plot = TRUE)
data
: a data frame.adjmean
: subtract the mean from the series before calculating the periodogram (default=TRUE).plot
: plot the estimated periodogram (default=TRUE).data(CVD) p = peri(CVD$cvd)
Adrian Barnett a.barnett@qut.edu.au
Useful links