uncompress {wavethresh} | R Documentation |
Decompresses x
by padding with zeroes
This is the generic function.
uncompress(x, ...)
x |
an R object. |
... |
methods may have additional arguments. |
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.
an uncompressed version of the supplied argument.