waveletDecompose: Function for weather generator decomposition

View source: R/waveletDecompose.R

waveletDecomposeR Documentation

Function for weather generator decomposition

Description

Function for weather generator decomposition

Usage

waveletDecompose(
  variable = NULL,
  signif.periods = NULL,
  noise.type = "white",
  signif.level = 0.9,
  plot = TRUE,
  output.path = NULL
)

Arguments

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


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