print.dwt: Print Discrete Wavelet Transform

View source: R/dwt.R

print.dwtR Documentation

Print Discrete Wavelet Transform

Description

Prints the results of the modwt list

Usage

## S3 method for class 'dwt'
print(x, ...)

Arguments

x

A dwt object

...

further arguments passed to or from other methods.

Value

Prints the dwt decomposition

Author(s)

JJB

Examples

set.seed(999)
x = rnorm(2^8)
dwt(x)

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