BIC Plot for Model-Based Clustering
Plots the BIC values returned by the mclustBIC
function.
## S3 method for class 'mclustBIC' plot(x, G = NULL, modelNames = NULL, symbols = NULL, colors = NULL, xlab = NULL, ylab = "BIC", legendArgs = list(x = "bottomright", ncol = 2, cex = 1, inset = 0.01), ...)
x |
Output from |
G |
One or more numbers of components corresponding to models fit in |
modelNames |
One or more model names corresponding to models fit in |
symbols |
Either an integer or character vector assigning a plotting symbol to each
unique class in |
colors |
Either an integer or character vector assigning a color to each
unique class in |
xlab |
Optional label for the horizontal axis of the BIC plot. |
ylab |
Label for the vertical axis of the BIC plot. |
legendArgs |
Arguments to pass to the |
... |
Other graphics parameters. |
A plot of the BIC values.
plot(mclustBIC(precip), legendArgs = list(x = "bottomleft")) plot(mclustBIC(faithful)) plot(mclustBIC(iris[,-5]))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.