createPhaseMatrix: Create a matrix of phase angles

Description Usage Arguments Value Author(s)

View source: R/wavelet.R

Description

Creates a matrix of phase angles for a specified period

Usage

1
createPhaseMatrix(wts, period = 1, significantPowerThreshold = 0)

Arguments

wts

List of wavelet transform outputs.

period

The period of interest.

significantPowerThreshold

A threshold for power, e.g. if equals to 5, phase angles with corresponding power < 5 will be NAs.

Value

Returns a matrix with phase angles.

Author(s)

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


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