print.wvar: Print Wavelet Variances

View source: R/wvar.R

print.wvarR Documentation

Print Wavelet Variances

Description

Displays the summary table of wavelet variance.

Usage

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

Arguments

x

A wvar object.

...

further arguments passed to or from other methods.

Value

Summary table

Author(s)

JJB

Examples

set.seed(999)
x = rnorm(100)
out = wvar(x)
print( out )

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.