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)

James Balamuta and Nathanael Claussen

Examples

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

SMAC-Group/wv documentation built on Sept. 4, 2023, 5:15 a.m.