threshold.imwdc | R Documentation |
This function provides various ways to threshold a imwdc
class object.
## S3 method for class 'imwdc'
threshold(imwdc, verbose=FALSE, ...)
imwdc |
The two-dimensional compressed wavelet decomposition object that you wish to threshold. |
verbose |
if TRUE then the function prints out informative messages as it progresses. |
... |
other arguments passed to the |
This function performs exactly the same function as threshold.imwd
except is accepts objects of class imwdc
rather than imwd. Indeed, this function physically calls the threshold.imwd
function after using the uncompress
function to convert the input imwdc
object into a imwd
object.
An object of class imwdc
if the compression option is supplied and set to TRUE, otherwise a imwd
object is returned. In either case the returned object contains the thresholded coefficients. Note that if the return.threshold
option is set to TRUE then the threshold values will be returned rather than the thresholded object.
Version 3.6 Copyright Guy Nason and others 1997
G P Nason
The FDR code segments were kindly donated by Felix Abramovich.
imwd
, imwd.object
, imwdc.object
, threshold
, uncompress
.
#
# See examples in \code{\link{threshold.imwd}}.
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.