compress {wavethresh} | R Documentation |
Compresses x
(typically by removing zeroes).
This is the generic function.
compress(x, ...)
x |
an R object. |
... |
methods may have additional arguments. |
Functions with names beginning in compress.
will be
methods for this function,
See their individual help pages, e.g.,
compress.imwd
, compress.default
, for operation.
a compressed version of the supplied argument.
Release 2.2 Copyright Guy Nason 1993