print.modwt: Print Maximum Overlap Discrete Wavelet Transform

Description Usage Arguments Value Author(s) Examples

View source: R/modwt.R

Description

Prints the results of the modwt list

Usage

1
2
## 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

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

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.