Learn R Programming

wv (version 0.1.2)

print.dwt: Print Discrete Wavelet Transform

Description

Prints the results of the modwt list

Usage

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

Value

Prints the dwt decomposition

Arguments

x

A dwt object

...

further arguments passed to or from other methods.

Author

James Balamuta and Nathanael Claussen

Examples

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

Run the code above in your browser using DataLab