Plotting method for model-based clustering of bounded data
# S3 method for MclustBounded
plot(x, what = c("BIC", "classification", "uncertainty"), dimens = NULL, ...)No return value, called for side effects.
An object of class 'MclustBounded'.
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
specified dimens is produced.
"uncertainty" Plot of classification uncertainty. For data in more than
two dimensions, a scatterplot of pairwise coordinate projections using the
specified dimens is produced.
A vector of integers specifying the dimensions of the coordinate projections.
Further arguments passed to or from other methods.