View source: R/waveletDecompose.R
waveletDecompose | R Documentation |
Function for weather generator decomposition
waveletDecompose(
variable = NULL,
signif.periods = NULL,
noise.type = "white",
signif.level = 0.9,
plot = TRUE,
output.path = NULL
)
variable |
A vector of time-series of weather variables. |
signif.periods |
Significant low-frequency periods in the original time-series. |
noise.type |
A logical specifying the type of background noise. |
signif.level |
Significance level for the wavelet analysis. |
plot |
Draw plot |
output.path |
Output path |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.