mclustBIC
function.
"plot"(x, G = NULL, modelNames = NULL, symbols = NULL, colors = NULL, xlab = NULL, ylab = "BIC", ylim = NULL, legendArgs = list(x = "bottomright", ncol = 2, cex = 1, inset = 0.01), ...)
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 used by the function unique
).
The default is given by mclust.options("classPlotSymbols")
.
classification
. Elements in colors
correspond to classes in order of appearance in the sequence of
observations (the order used by the function unique
).
The default is given by mclust.options("classPlotColors")
.
legend
function. Set to NULL
for no legend.
mclustBIC
## Not run:
# plot(mclustBIC(precip), legendArgs = list(x = "bottomleft"))
#
# plot(mclustBIC(faithful))
#
# plot(mclustBIC(iris[,-5]))
# ## End(Not run)
Run the code above in your browser using DataLab