Dot Chart of Wavelet Objects

DESCRIPTION:

Plots a dot chart from an wavelet object.

This function is an S Version 3 generic (see Methods); method functions can be written to handle specific S Version 3 classes of data. Classes which already have methods for this function include:
decompose, crystal.list, crystal.matrix, crystal.vector.

USAGE:

dotchart(x, data=NULL, n.top=NULL, name.style=NULL, ...) 

REQUIRED ARGUMENTS:

x
a list of numerical vectors, missing values are allowed.

OPTIONAL ARGUMENTS:

data
either logical flag indicating whether the original signal should be reconstructed, or a numeric vector as the original signal.
n.top
number of crystals plotted.
name.style
crystal name type, default name.style=wavelet.options()$name.style, see crystal.names for details.

Graphical parameters may also be supplied as arguments to this function (see ).

SIDE EFFECTS:

a chart is plotted with all elements of groups together, and the elements identified with labels, if present.

DETAILS:

Objects are first converted into lists of numeric components, and then the function dotchart is called. Arguments to dotchart and par can also be used with this function.

SEE ALSO:

, , .