summary.dwt | R Documentation |
Unlists DWT object and places it in matrix form
## S3 method for class 'dwt' summary(object, ...)
object |
A |
... |
additional arguments affecting the summary produced. |
Prints the dwt matrix decomposition
JJB
set.seed(999) x = rnorm(2^8) summary(dwt(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.