summary.imwd {wavethresh}R Documentation

Summary Methods for ‘imwd’ and ‘imwdc’ Object

Description

The number of levels, the dimension of the original image, name of the filter and the type of boundary handling are printed.

Usage

## S3 method for class 'imwd':
summary(object, ...)
summary.imwdc(object, ...)

Arguments

object The image wavelet decomposition of class "imwd" or "imwdc", respectively. This is assumed to be the result of some image wavelet decomposition.
... further arguments to be passed to or from methods.

RELEASE

Release 2.2, Copyright Guy Nason 1993

See Also

summary, imwd.object, imwdc.object.

Examples

example(imwd)
summary(imwdL)

[Package wavethresh version 2.2-9 Index]