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

wv documentation built on Aug. 31, 2023, 9:08 a.m.

Related to print.dwt in wv...