Plotting method for model-based clustering of bounded data
plot.MclustBounded.RdPlotting method for model-based clustering of bounded data
Arguments
- x
An object of class
'MclustBounded'.- what
A string specifying the type of graph requested. Available choices are:
"BIC"Plot of BIC values used for choosing the number of clusters."classification"Plot showing the clustering. For data in more than two dimensions, a scatterplot of pairwise coordinate projections using the specifieddimensis produced."uncertainty"Plot of classification uncertainty. For data in more than two dimensions, a scatterplot of pairwise coordinate projections using the specifieddimensis produced.
- dimens
A vector of integers specifying the dimensions of the coordinate projections.
- ...
Further arguments passed to or from other methods.