Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.mwd

Use summary() on a mwd object.


Description

This function prints out more information about an mwd.object in a nice human-readable form.

Usage

## S3 method for class 'mwd'
summary(object, ...)

Arguments

object

An object of class mwd that you wish to print out more information.

...

Any other arguments.

Value

Nothing of any particular interest.

RELEASE

Version 3.9.6 (Although Copyright Tim Downie 1995-6)

Note

Prints out information about mwd objects in nice readable format.

Author(s)

Tim Downie

See Also

Examples

#
# 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

wavethresh

Wavelets Statistics and Transforms

v4.6.8
GPL (>= 2)
Authors
Guy Nason [aut, cre]
Initial release
2016-10-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.