TITLE(draw @@ Draw - Generic wavelet function )
Draw a picture of a wavelet 

This is a generic function.
Functions with names beginning in LANG({"draw.") will be methods for this function.
LANG(wd),LANG(imwd),LANG(imwdc)
USAGE(
draw(x, ...)
)
ARGUMENTS(
ARG(x@@)
an S-PLUS object.
ARG(...@@)
methods may have additional arguments.


Graphical parameters (see LANG(par())) may also be supplied as arguments to this function.
In addition, the high-level graphics control arguments described under LANG(plot.default())
and the arguments to LANG(title()) may be supplied to this function.
)
PARA BOLD(SIDE EFFECTS)
a plot is created on the current graphics device.
PARA BOLD(REFERENCES)
Daubechies, I. (1988)
Orthonormal bases of compactly supported wavelets
Communications on Pure and Applied Mathematics, Vol. 41, 909-996
PARA BOLD(SEE ALSO)
LANG(draw.default), LANG(wd.object)
BLANK

PARA BOLD( )
BLANK

EXAMPLES(
#
# Do a wavelet decomposition
#
> ywd <- wd(ynoise)
#
# Draw a picture of the wavelets associated with the decomposition
#
> draw(ywd)
)
PARA ITALIC(File automatically converted from S(-PLUS) help format)
