Description Usage Arguments Value References Examples
View source: R/fourier_factor.R
This function computes the Fourier factor of a wavelet, according to Torrence and Compo (1998).
1 2 | fourier_factor(wname = c("MORLET", "DOG", "PAUL", "HAAR", "HAAR2"),
wparam = NULL)
|
wname |
A string, equal to "MORLET", "DOG", "PAUL", "HAAR" or "HAAR2" that determines the wavelet function. |
wparam |
The corresponding nondimensional parameter for the wavelet function (Morlet, DoG or Paul). |
The numeric value of the Fourier factor.
C. Torrence, G. P. Compo. A practical guide to wavelet analysis. B. Am. Meteorol. Soc. 79 (1998), 61–78.
1 | ff <- fourier_factor(wname = "DOG", wparam = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.