| 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.
## Not run: data(faithful) faithful.ICL = mclustICL(faithful) plot(faithful.ICL) ## End(Not run)