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

print.summary_wsyn

Print method for summary_wsyn class


Description

Print method for summary_wsyn class

Usage

## S3 method for class 'summary_wsyn'
print(x, ...)

Arguments

x

A summary_wsyn object

...

Not currently used. Included for argument consistency with existing generics.

Value

print.summary_wsyn is called for its effect of printing to the screen.

Author(s)

Daniel Reuman, reuman@ku.edu

See Also

Examples

times<-1:10
timescales<-1/c(1:10)
values<-matrix(1,length(times),length(timescales))
h<-tts(times,timescales,values)
print(summary(h))

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.