| compress.imwd {wavethresh} | R Documentation |
Compress a (thresholded) imwd class object by removing zeroes.
compress.imwd(imwd, verbose=FALSE, ...)
imwd |
Object to compress. Compression only does anything on thresholded imwd.object. |
verbose |
If this is true then report on compression activity. |
... |
any other arguments |
Thresholded imwd objects are usually very large and contain many zero elements. This function compresses these objects into smaller imwd objects by using the compress.default function which removing the zeroes. This function is a method for the generic function compress for class imwd objects. It can be invoked by calling compress for an object of the appropriate class, or directly by calling compress.imwd regardless of the class of the object
An object of type "imwdc" representing the compressed imwd object.
Version 3.5.3 Copyright Guy Nason 1994
compress, compress.default, imwd, imwd.object, imwdc.object, threshold.imwd.
# # The user shouldn't need to use this function directly as the # this-is-escaped-codenormal-bracket50bracket-normal function calls it # automatically. #