mclustBIC
.## S3 method for class 'mclustBIC':
plot(x, G = NULL, modelNames = NULL, symbols = NULL,
colors = NULL, xlab = NULL, ylim = NULL,
legendArgs = list(x="bottomright", ncol=2, cex=1),
CEX = 1, ...)
mclustBIC
.x
.
The default is to plot the BIC for all of the numbers of components fit.x
.
The default is to plot the BIC for all of the models fit.classification
. Elements in colors
correspond to classes in order of appearance in the sequence of
observations (the order usedclassification
. Elements in colors
correspond to classes in order of appearance in the sequence of
observations (the order used by the fulegend
function. Set to NULL
for no legend.modelNames
argument.C. Fraley and A. E. Raftery (2006). MCLUST Version 3 for R: Normal Mixture Modeling and Model-Based Clustering, Technical Report no. 504, Department of Statistics, University of Washington.
mclustBIC
plot(mclustBIC(precip), legendArgs = list(x = "bottomleft"))
plot(mclustBIC(faithful))
plot(mclustBIC(iris[,-5]))
Run the code above in your browser using DataLab