powered by
Prints DWT object in a concise format
# S3 method for dwt summary(object, ...)
Prints the dwt matrix decomposition
A dwt object
dwt
additional arguments affecting the summary produced.
Nathanael Claussen and Justin Lee
set.seed(999) x = rnorm(2^8) summary(dwt(x))
Run the code above in your browser using DataLab