draw {wavethresh}R Documentation

Draw Wavelets - Generic function

Description

Draw a picture of a wavelet. This is a generic function. There are methods for 1D and 2D wavelets, see below.

Usage

draw(x, ...)

Arguments

x an R object.
... methods may have additional arguments. In addition, the high-level graphics control arguments described under par and the arguments to title may be supplied to this function.

Side Effects

a plot is created on the current graphics device.

See Also

draw.default, draw.wd, draw.imwd,draw.imwdc for examples and wd.object for background.


[Package wavethresh version 2.2-9 Index]