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)

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