## S3 method for class 'Mclust':
plot(x, what = c("BIC", "classification", "uncertainty", "density"),
dimens = NULL, xlab = NULL, ylim = NULL,
addEllipses = TRUE, identify = TRUE,
legendArgs = list(x = "bottomright", ncol = 2, cex = 1),
...)
Mclust
."classification"
or "uncertainty"
plots.what = "classification"
.legend
function. Set to NULL
for no legend.C. Fraley, A. E. Raftery, T. B. Murphy and L. Scrucca (2012). mclust Version 4 for R: Normal Mixture Modeling for Model-Based Clustering, Classification, and Density Estimation. Technical Report No. 597, Department of Statistics, University of Washington.
mclust1Dplot
,
mclust2Dplot
, surfacePlot
, coordProj
, or
randProj
.Mclust
,
mclust1Dplot
,
mclust2Dplot
,
surfacePlot
,
coordProj
,
randProj
precipMclust <- Mclust(precip)
plot(precipMclust)
faithfulMclust <- Mclust(faithful)
plot(faithfulMclust)
irisMclust <- Mclust(iris[,-5])
plot(irisMclust)
Run the code above in your browser using DataLab