Learn R Programming

wavethresh (version 2.2-6)

plot.imwdc: Plot Method for an `imwdc' object

Description

Images wavelet coefficients of an imwdc class object

Usage

## S3 method for class 'imwdc':
plot(imwdc, verbose = getOption("verbose"),...)

Arguments

imwdc
object of class "imwdc", maybe from a thresholding using threshold().
verbose
logical, passed to uncompress.
...
other arguments to plot.imwd.

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 1993

See Also

plot.imwd, plot

Examples

Run this code
example(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