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

SMAC-Group/gmwm documentation built on June 10, 2025, 6:10 a.m.