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)

JJB

Examples

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

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.