powered by
Prints the results of the modwt list
# S3 method for dwt print(x, ...)
Prints the dwt decomposition
A dwt object
dwt
further arguments passed to or from other methods.
James Balamuta and Nathanael Claussen
set.seed(999) x = rnorm(2^8) print(dwt(x))
Run the code above in your browser using DataLab