Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

power

Power of a tts object


Description

Returns the power of a tts object, i.e., the mean over time of the squared magnitude (which is a function of timescale)

Usage

power(object)

## S3 method for class 'tts'
power(object)

Arguments

object

A tts object

Value

power returns a data frame with columns timescales and power

Author(s)

Daniel Reuman, reuman@ku.edu

See Also

tts, wt, wmf, wpmf, browseVignettes("wsyn")

Examples

times<-1:10
timescales<-1:10
values<-matrix(rep(complex(modulus=1,argument=2*pi*c(0:9)/10),times=10),10,10)
ttsobj<-tts(times,timescales,values)
res<-power(ttsobj)

wsyn

Wavelet Approaches to Studies of Synchrony in Ecology and Other Fields

v1.0.3
GPL-3
Authors
Daniel C. Reuman [aut, cre], Thomas L. Anderson [aut], Jonathan A. Walter [aut], Lei Zhao [aut], Lawrence W. Sheppard [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.