summary.wp | R Documentation |
Prints out the number of levels, the length of the original vector from which the object came, the type of wavelet filter associated with the decomposition.
## S3 method for class 'wp'
summary(object, ...)
object |
The object to print a summary about |
... |
Other arguments |
Description says all
Nothing
G P Nason
wp
vwp <- wp(rnorm(32))
summary(vwp)
#Levels: 5
#Length of original: 32
#Filter was: Daub cmpct on least asymm N=10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.