print.modwt: Print Maximum Overlap Discrete Wavelet Transform

Description Usage Arguments Value Author(s) Examples

Description

Prints the results of the modwt list

Usage

1
2
## S3 method for class 'modwt'
print(x, ...)

Arguments

x

A modwt object

...

further arguments passed to or from other methods.

Value

Prints the modwt decomposition

Author(s)

JJB

Examples

1
2
3
set.seed(999)
x=rnorm(100)
print(modwt(x))

gmwm documentation built on April 14, 2017, 4:38 p.m.