plot.imwdc: Plot Method for an `imwdc' object
Description
Images wavelet coefficients of an imwdc class objectUsage
## S3 method for class 'imwdc':
plot(imwdc, verbose = getOption("verbose"),...)Arguments
imwdc
object of class "imwdc", maybe from a thresholding using
threshold(). Side Effects
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
Release 2.2
Copyright Guy Nason 1993Examples
Run this codeexample(imwd)
# Look at the error
## Threshold after decomposing an image -- automagically compresses:
summary(tdi <- threshold(imwdL))
plot(tdi) # bug?
Run the code above in your browser using DataLab