Learn R Programming

wv (version 0.1.2)

print.wvar: Print Wavelet Variances

Description

Displays the summary table of wavelet variance.

Usage

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

Value

Summary table

Arguments

x

A wvar object.

...

Further arguments passed to or from other methods.

Author

James Balamuta

Examples

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

Run the code above in your browser using DataLab