plot.MclustBounded {mclustAddons}R Documentation

Plotting method for model-based clustering of bounded data

Description

Plotting method for model-based clustering of bounded data

Usage

## S3 method for class 'MclustBounded'
plot(x, what = c("BIC", "classification", "uncertainty"), dimens = NULL, ...)

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 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.

dimens

A vector of integers specifying the dimensions of the coordinate projections.

...

Further arguments passed to or from other methods.

Value

No return value, called for side effects.


[Package mclustAddons version 0.9.1 Index]