print.summary_wsyn: Print method for 'summary_wsyn' class

Description Usage Arguments Value Author(s) See Also Examples

View source: R/print.summary_wsyn.R

Description

Print method for summary_wsyn class

Usage

1
2
## 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

tts_methods, wt_methods, wmf_methods, wpmf_methods, coh_methods, wlm_methods, wlmtest_methods, clust_methods, browseVignettes("wsyn")

Examples

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

wsyn documentation built on June 19, 2021, 1:07 a.m.