Crystal List Objects

DESCRIPTION:
Objects of class "crystal.list" that result from wavelet packet analysis using boundary="infinite".

GENERATION:
Objects of class "crystal.list" are returned from wp.table, dwt, and nd.dwt using boundary="infinite" or from subscripting a crystal.list object.

METHODS:
The class "crystal.list" has methods for the following generic functions: $, $<-, [, [<-, [[, [[<-, as.matrix, boxplot, dotchart, pcosts, plot, print, shrink, stack.plot, summary, eda.plot.

as.crystal.list coerces a crystal.vector object to a crystal.list object.

as.vector.crystal.list coerces a crystal.list object to a vector.


STRUCTURE:
The "crystal.list" object is a list of vectors, each vector represents a wp or cp crystal as wavelet or cosine packet coefficients at different scales and resolutions, with the following attributes:
crystal.names:
names of the crystals in the crystal.list.
dictionary:
the usual cp.dict or wp.dict object containing all relevant information.
pcosts:
a pcosts object, containing the cost values of the crystals.
n.levels:
maximum level of the crystals.

SEE ALSO:
eda.plot , pcosts , ptable.object , Subscript.crystal.list .