summary.wp {wavethresh} | R Documentation |
Print out some basic information associated with a wp object
Description
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.
Usage
## S3 method for class 'wp'
summary(object, ...)
Arguments
object |
The object to print a summary about |
... |
Other arguments |
Details
Description says all
Value
Nothing
Author(s)
G P Nason
See Also
Examples
vwp <- wp(rnorm(32))
summary(vwp)
#Levels: 5
#Length of original: 32
#Filter was: Daub cmpct on least asymm N=10
[Package wavethresh version 4.7.2 Index]