Learn R Programming

wv (version 0.1.2)

summary.dwt: Summary Discrete Wavelet Transform

Description

Prints DWT object in a concise format

Usage

# S3 method for dwt
summary(object, ...)

Value

Prints the dwt matrix decomposition

Arguments

object

A dwt object

...

additional arguments affecting the summary produced.

Author

Nathanael Claussen and Justin Lee

Examples

Run this code
set.seed(999)
x = rnorm(2^8)
summary(dwt(x))

Run the code above in your browser using DataLab