summary.wd {wavethresh}R Documentation

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

summary.wd(object, ...)

Arguments

object The 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

summary(wd(1:512)) # silly

[Package wavethresh version 2.2-9 Index]