Learn R Programming

wv (version 0.1.2)

print.modwt: Print Maximum Overlap Discrete Wavelet Transform

Description

Prints the results of the modwt list

Usage

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

Value

Prints the modwt decomposition

Arguments

x

A modwt object

...

further arguments passed to or from other methods.

Author

James Balamuta and Nathanael Claussen

Examples

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

Run the code above in your browser using DataLab