compress {wavethresh}R Documentation

Compression - Generic function (wavelet)

Description

Compresses x (typically by removing zeroes). This is the generic function.

Usage

compress(x, ...)

Arguments

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

Details

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.

Value

a compressed version of the supplied argument.

RELEASE

Release 2.2 Copyright Guy Nason 1993

See Also

threshold, uncompress.


[Package wavethresh version 2.2-9 Index]