uncompress.imwdc {wavethresh}R Documentation

Use `uncompress()' on an `imwdc' object

Description

Decompresses a imwdc object by padding with zero elements

Usage

uncompress.imwdc(imwdc, verbose=FALSE)

Arguments

imwdc Object to decompress must be of class "imwdc".
verbose If this is true then report on compression activity

Details

This uncompresses a "imwdc" object back into a "imwd" object. This function is a method for the generic function uncompress() for class imwdc. It can be invoked by calling uncompress(x) for an object x of the appropriate class, or directly by calling uncompress.imwdc(x) regardless of the class of the object.

Value

An object of type "imwd" representing the decompressed imwdc object.

RELEASE

Release 2.2 Copyright Guy Nason 1993

See Also

uncompress.default, imwdc.object


[Package Contents]