## S3 method for class 'Mclust':
plot(x, data = NULL, what = c("BIC", "classification",
"uncertainty", "density"), dimens = c(1,2), xlab = NULL, ylim = NULL,
legendArgs = list(x = "bottomright", ncol = 2, cex = 1),
identify = TRUE, ...)
Mclust
.x
."BIC"
, "classification"
,
"uncertainty"
. If the data dimension is less than 3,
"density"
can also be chosen.c(1,2)
, in which the first dimension is plotted against the second.legend
function. Set to NULL
for no legend.C. Fraley and A. E. Raftery (2006, revised 2010). MCLUST Version 3 for R: Normal Mixture Modeling and Model-Based Clustering, Technical Report no. 504, Department of Statistics, University of Washington.
mclust1Dplot
,
mclust2Dplot
, surfacePlot
, coordProj
, or
randProj
.Mclust
,
mclust1Dplot
,
mclust2Dplot
,
surfacePlot
,
coordProj
,
randProj
plot(Mclust(precip),precip)
plot(Mclust(faithful),faithful)
plot(Mclust(iris[,-5]),iris[,-5])
Run the code above in your browser using DataLab