- wp
The wp
class object whose associated wavelet packet you wish to draw.
- level
The resolution level of wavelet packet in the wavelet packet decomposition that you wish to draw (corresponds to scale).
- index
The packet index of the wavelet packet in the wavelet packet decomposition that you wish to draw (corresponds to number of oscillations).
- plot.it
If TRUE then the wavelet packet is plotted on the active graphics device. If FALSE then the y-coordinates of the packet are returned. Note that x-coordinates are not returned (the packet is periodic on its range anyway).
- main
The main argument for the plot
- sub
The subtitle for the plot
- xlab
The labels for the x axis
- ylab
The labels for the y axis
- ...
Additional arguments to pass to the drawwp.default
function which does the drawing. In particular, arguments can be set to choose between drawing the mother wavelet and scaling function, to set the resolution of the plot, to choose between drawing one and two dimensional pictures.