EDA Plot

DESCRIPTION:
Graphical summary of an object.

This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include:

cp.crystal, cp.crystal.2d, cpt, cpt.2d, decompose, dwt, dwt.molecule, molecule, nd.dwt, pcosts, pcosts.2d, ptable, rob.dwt, spectrum, waveshrink, wp.crystal, wp.crystal.2d, wpt, wpt.2d, crystal.list, crystal.vector.


USAGE:
eda.plot(x, data=T, n.top=NULL, p.top=5, residual=F,
           name.style=wavelet.options()$name.style, ...)

REQUIRED ARGUMENTS:
x:
any object listed above.

OPTIONAL ARGUMENTS:
data:
for objects of class "decompose", "nd.dwt", and "wpt", data can be a logical flag or a numeric vector; for objects of classes "crystal.list", or "crystal.vector", data must be specified as a numeric vector.
n.top:
a positive integer
p.top:
a number between 0 and 100.
residual:
logical flag, used for objects of class "waveshrink" only. See details below.
...:
any optional arguments to the relevant boxplot, dotchart, energy.plot or stack.plot.

SIDE EFFECTS:
produces a "pre-packaged" graphical summary on the current graphics device. The types of plots and their layout are determined by the class:

SEE ALSO:
barplot , boxplot , boxplot.cpt , dotchart , dotchart.cpt , energy.plot , stack.plot , time.freq.plot , tree.plot .