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