peri | R Documentation |
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). |
peri |
periodogram, I(ω). |
f |
frequencies in radians, ω. |
c |
frequencies in cycles of time, 2π/ω. |
amp |
amplitude periodogram. |
phase |
phase periodogram. |
Adrian Barnett a.barnett@qut.edu.au
data(CVD) p = peri(CVD$cvd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.