| print.modwt | R Documentation | 
Prints the results of the modwt list
## S3 method for class 'modwt' print(x, ...)
| x | A  | 
| ... | further arguments passed to or from other methods. | 
Prints the modwt decomposition
JJB
set.seed(999) x = rnorm(100) print(modwt(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.