Learn R Programming

gmwm (version 2.0.0)

print.modwt: Print Maximum Overlap Discrete Wavelet Transform

Description

Prints the results of the modwt list

Usage

"print"(x, ...)

Arguments

x
A modwt object
...
further arguments passed to or from other methods.

Value

Prints the modwt decomposition

Examples

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

Run the code above in your browser using DataLab