| plot.imwdc(wavethresh) | R Documentation |
Images wavelet coefficients of an imwdc class object
plot.imwdc(imwdc, ...)
imwdc |
object of class "imwdc", maybe from a thresholding using
threshold(). |
... |
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?