calculateWaveletSpectrum: Calculate wavelet spectra and phase angle matrix for time...

Description Usage Arguments Details Value Author(s)

View source: R/wavelet.R

Description

Computes wavelet spectra and creates a matrix of phase angles.

Usage

1
2
calculateWaveletSpectrum(bwn, locs = 1:nrow(bwn), units = 12,
  periodStep = 1/100, bRemoveNulls = FALSE)

Arguments

bwn

A matrix of values for which the wavelet spectrum is desired.

locs

A vector of rows (i.e. locations) to be used in the analysis.

units

Number of time units in one period (e.g. months in a year) (X axis)

periodStep

Resolution of time component (i.e. periods) (Y axis)

bRemoveNulls

Logical; if TRUE removes all NULL objects from the final list.

Details

Rows with uniform zero incidence will be ignored and excluded from the resulting list.

Value

Returns a list of wavelet outputs.

Author(s)

Mikhail Churakov (mikhail.churakov@pasteur.fr).


mc30/wasp documentation built on Sept. 14, 2020, 4:20 a.m.