Description Usage Arguments Value Author(s)
View source: R/FourierFunctions.R
Plot amplitude or argument of Fourier transform of a time series
1 2 |
x |
Time series |
dt |
Time time interval, used to calculate frequencies |
units |
Time unit, default = "days" |
xlab |
x-label of plot |
ylab |
y-label of plot |
detrend |
If TRUE, series is detrended first. Default=FALSE |
add |
If TRUE, plot is added to existing plot |
argument |
If TRUE, plot the argument in stead of the modulus |
... |
Arguments passed to plot() |
A plot of the amplitude of the Fourier transform, calculated with fft(). No zero-padding or tapering is performed.
Tom Cox <tom.cox@uantwerp.be>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.