Description Usage Arguments Details
View source: R/waveletAnalysis.R
waveletAnalysis
returns the wavelet analysis results.
1 2 3 4 5 6 7 8 | waveletAnalysis(
variable = NULL,
variable.unit = "mm",
signif.level = 0.9,
noise.type = "white",
plot = FALSE,
output.path = NULL
)
|
variable |
A numeric vector of time-series of variables, for example, time-series of annual precipitation. |
variable.unit |
A character string to define the unit of the variable. |
signif.level |
A numeric value to set the siginificance level of the wavelet analysis (Default= 0.90). |
noise.type |
A character string defining the type of background noise.type. Currently either "white" (default) or "red". |
plot |
Draw plot |
output.path |
Output path |
To be completed later...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.