print.modwt: Print Maximum Overlap Discrete Wavelet Transform

View source: R/modwt.R

print.modwtR Documentation

Print Maximum Overlap Discrete Wavelet Transform

Description

Prints the results of the modwt list

Usage

## 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)

James Balamuta and Nathanael Claussen

Examples

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

SMAC-Group/wv documentation built on Sept. 4, 2023, 5:15 a.m.