Learn R Programming

wavethresh (version 2.2-6)

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

summary.wd(object, ...)

Arguments

object
The wavelet decomposition of class "wd". This is assumed to be the result of some wavelet decomposition.

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