Learn R Programming

gmwm (version 2.0.0)

print.dwt: Print Discrete Wavelet Transform

Description

Prints the results of the modwt list

Usage

"print"(x, ...)

Arguments

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

Value

Prints the dwt decomposition

Examples

Run this code
set.seed(999)
x = rnorm(2^8)
print(dwt(x))

Run the code above in your browser using DataLab