plot.mclustICL {mclust} | R Documentation |
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)