Learn R Programming

wv (version 0.1.2)

summary.modwt: Summary Maximum Overlap Discrete Wavelet Transform

Description

Prints MODWT object in a concise format

Usage

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

Value

Prints the modwt matrix decomposition

Arguments

object

A modwt object

...

additional arguments affecting the summary produced.

Author

Nathanael Claussen and Justin Lee

Examples

Run this code
set.seed(999)
x = rnorm(100)
summary(modwt(x))

Run the code above in your browser using DataLab