- x
An object of class 'densityMclustBounded' obtained from a
call to densityMclustBounded().
- dimens
A vector of integers specifying the dimensions of the
coordinate projections.
- addDensity
A logical indicating whether or not to add density
estimates to the plot.
- addPoints
A logical indicating whether or not to add data points to
the plot.
- symbols
Either an integer or character vector assigning a plotting
symbol to each unique class in classification. Elements in
symbols correspond to classes in order of appearance in the sequence
of observations (the order used by the function unique). The default
is given by mclust.options("classPlotSymbols").
- colors
Either an integer or character vector assigning a color to
each unique class in classification. Elements in colors
correspond to classes in order of appearance in the sequence of observations
(the order used by the function unique). The default is given by
mclust.options("classPlotColors").
- cex
A vector of numerical values specifying the size of the plotting
symbol for each unique class in classification. By default cex
= 1 for all classes is used.
- labels
A vector of character strings for labelling the variables. The
default is to use the column dimension names of data.
- cex.labels
A numerical value specifying the size of the text labels.
- gap
A numerical argument specifying the distance between subplots
(see pairs()).
- ...
Further arguments passed to or from other methods.