uncompress.imwdc {wavethresh} | R Documentation |
Decompresses a imwdc object by padding with zero elements.
uncompress.imwdc(imwdc, verbose=FALSE)
imwdc |
Object to decompress must be of class "imwdc". |
verbose |
If this is true then report on compression activity |
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.
An object of type "imwd" representing the decompressed imwdc object.
Release 2.2 Copyright Guy Nason 1993
uncompress.default
, imwdc.object