| plot.imwdc {wavethresh} | R Documentation |
Images (visualizes) wavelet coefficients of an imwdc class object.
## S3 method for class 'imwdc':
plot(x, verbose = getOption("verbose"),...)
x |
object of class "imwdc", maybe from a thresholding using
threshold(). |
verbose |
logical, passed to uncompress. |
... |
other arguments to plot.imwd. |
A plot of image coefficients is performed
This function is a method for the generic function
plot() for class imwdc.
It can be invoked by calling plot(x) for an
object x of the appropriate class, or directly by
calling plot.imwdc(x) regardless of the
class of the object.
Release 2.2 Copyright Guy Nason 1993
example(imwd) # Look at the error ## Threshold after decomposing an image -- automagically compresses: summary(tdi <- threshold(imwdL)) plot(tdi) # bug?