waveletAnalysis: Wavelet Analysis Function

Description Usage Arguments Details

View source: R/waveletAnalysis.R

Description

waveletAnalysis returns the wavelet analysis results.

Usage

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
)

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...


tanerumit/gridwegen documentation built on Jan. 14, 2022, 6:40 p.m.