Usage
## S3 method for class 'Mclust':
plot(x, what = c("BIC", "classification", "uncertainty", "density"),
dimens = NULL, xlab = NULL, ylab = NULL, ylim = NULL,
addEllipses = TRUE, main = TRUE, ...)
Arguments
what
The type of graph requested:
[object Object],[object Object],[object Object],[object Object]
By default, all the above graphs are produced. See the description below.
dimens
A vector of length one or two giving the integer dimensions of the
desired coordinate projections for multivariate data in case of
"classification"
or "uncertainty"
plots.
xlab, ylab
Optional labels for the x-axis and the y-axis.
ylim
Optional limits for the vertical axis of the BIC plot.
addEllipses
A logical indicating whether or not to add ellipses with axes corresponding
to the within-cluster covariances if what = "classification"
.
main
A logical variable or NULL
indicating whether or not to add a title
to the plot identifying the dimensions used.
...
Other graphics parameters.