uncompress {wavethresh}R Documentation

Decompression - Generic Function (Wavelet)

Description

Decompresses x by padding with zeroes This is the generic function.

Usage

uncompress(x, ...)

Arguments

x an R object.
... methods may have additional arguments.

Details

Functions with names beginning in uncompress. will be methods for this function,

See their individual help pages, e.g., uncompress.imwdc, uncompress.default, for operation.

Value

an uncompressed version of the supplied argument.

See Also

compress.


[Package wavethresh version 2.2-9 Index]