waveletAnalysis: Wavelet Analysis Function

View source: R/waveletAnalysis.R

waveletAnalysisR Documentation

Wavelet Analysis Function

Description

waveletAnalysis returns the wavelet analysis results.

Usage

waveletAnalysis(
  variable = NULL,
  variable.unit = "mm",
  signif.level = 0.9,
  noise.type = "white",
  plot = FALSE,
  output.path = NULL
)

Arguments

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

Details

To be completed later...


Deltares/weathergenr documentation built on July 25, 2024, 6:15 p.m.