COI: Computation of the cone of influence

Description Usage Arguments Value Author(s) References See Also

View source: R/COI.R

Description

Wavelet transformation of a time series includes padding with zeros at the edges. This function determines the spectrum borders influenced by edge effects.

This code has been developed by Huidong Tian (archived R package WaveletCo).

Usage

1
COI(start = start, dt = dt, nc = nc, nr = nr, Period = Period)

Arguments

start

starting point in time. Default: start = 1.

dt

time resolution, i.e. sampling resolution in the time domain, 1/dt = number of observations per time unit

nc

number of columns = number of observations = number of observation epochs; "epoch" meaning point in time

nr

number of rows = number of scales (Fourier periods)

Period

the Fourier periods (measured in time units determined by dt)

Value

a list with the following elements:

x, y : coordinates of the cone of influence
axis.1 : tick levels corresponding to the time steps
used for wavelet transformation:
1, 1+dt, 1+2dt, ... if start = 1
axis.2 : tick levels corresponding to the log of Fourier periods:
log2(Period)

Author(s)

Code developed by Huidong Tian.

References

Tian, H., and Cazelles, B., 2012. WaveletCo. Available at https://cran.r-project.org/src/contrib/Archive/WaveletCo/, archived April 2013; accessed July 26, 2013.

See Also

analyze.wavelet, analyze.coherency, wt.image, wc.image


WaveletComp documentation built on May 2, 2019, 6:33 a.m.