Learn R Programming

wavethresh (version 2.2-11)

summary.wd: Summary Method for `wd' (1D Wavelet) Object

Description

The number of levels, the length of the original data sequence, name of the filter and type of boundary handling are printed.

Usage

## S3 method for class 'wd':
summary(object, \dots)

Arguments

object
wavelet decomposition of class "wd". This is assumed to be the result of some wavelet decomposition.
...
further arguments to be passed to or from methods.

RELEASE

Release 2.2 Copyright Guy Nason 1993

See Also

wd.object, summary.

Examples

Run this code
summary(wd(1:512)) # silly

Run the code above in your browser using DataLab