Learn R Programming

wavethresh (version 2.2-6)

uncompress.imwdc: Uncompress 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

Value

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

RELEASE

Release 2.2 Copyright Guy Nason 1993

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.

See Also

uncompress.default, imwdc.object