WaveThresh
Help
draw
Draw wavelets or scaling functions.
DESCRIPTION
Draws the mother wavelet or scaling function associated with an
object.
This function is generic.
Particular methods exist.
The following functions are used for the following objects:
- imwd object
- the draw.imwd function is used.
- imwdc object
- the draw.imwdc function is used.
- wd object
- the draw.wd function is used.
- wp object
- the draw.wp function is used.
- wst object
- the draw.wst function is used.
All of the above method functions use the
draw.default function which is the function
which actually does the drawing.
USAGE
draw(x, ...)
REQUIRED ARGUMENTS
- x
- object which contains details of which wavelet or scaling function
to draw.
OPTIONAL ARGUMENTS
- ...
- methods may have additional arguments.
VALUE
If the plot.it
argument is supplied then the draw
functions tend to return the coordinates of what they were meant to draw
and don't actually draw anything.
DETAILS
See individual method help pages for operation and examples.
RELEASE
Version 2 Copyright Guy Nason 1993
SEE ALSO
draw.default,
draw.imwd,
draw.imwdc,
draw.wd,
draw.wp,
draw.wst,
imwd object,
imwdc object,
wd object,
wp object,
wst object.