Bar Graph

DESCRIPTION:

Creates a bar graph.

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:
cpt , waveshrink.ts, waveshrink.rts, waveshrink, wpt.

USAGE:

barplot(x, log.scale=F, label="Energy(100%)", ...) 

REQUIRED ARGUMENTS:

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

OPTIONAL ARGUMENTS:

log.scale
logical flag indicating if plotting in log scale.
label
xlab or ylab.

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

VALUE:

same as the function barplot.

DETAILS:

The height of a bar represents the energy proportion of the corresponding crystal.

SEE ALSO:

, , .