ICL Plot for Model-Based Clustering
Plots the ICL values returned by the mclustICL
function.
## S3 method for class 'mclustICL' plot(x, ylab = "ICL", ...)
x |
Output from |
ylab |
Label for the vertical axis of the plot. |
... |
Further arguments passed to the |
A plot of the ICL values.
data(faithful) faithful.ICL = mclustICL(faithful) plot(faithful.ICL)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.