summary.mwd {wavethresh} | R Documentation |
This function prints out more information about an mwd.object
in a nice human-readable form.
## S3 method for class 'mwd' summary(object, ...)
object |
An object of class |
... |
Any other arguments. |
Nothing of any particular interest.
Version 3.9.6 (Although Copyright Tim Downie 1995-6)
Prints out information about mwd
objects in nice readable format.
Tim Downie
accessC.mwd
, accessD.mwd
, draw.mwd
, mfirst.last
, mfilter.select
, mwd
, mwd.object
, mwr
, plot.mwd
, print.mwd
, putC.mwd
, putD.mwd
, threshold.mwd
, wd
, wr.mwd
.
# # Generate an mwd object. # tmp <- mwd(rnorm(32)) # # Now get Splus to use summary.mwd # summary(tmp) # Length of original: 32 # Levels: 4 # Filter was: Geronimo Multiwavelets # Scaling fns: 2 # Wavelet fns: 2 # Prefilter: default # Scaling factor: 2 # Boundary handling: periodic # Transform type: wavelet # Date: Tue Nov 16 13:55:26 GMT 1999