plot.mclustICL {mclust} | R Documentation |
ICL Plot for Model-Based Clustering
Description
Plots the ICL values returned by the mclustICL
function.
Usage
## S3 method for class 'mclustICL'
plot(x, ylab = "ICL", ...)
Arguments
x |
Output from |
ylab |
Label for the vertical axis of the plot. |
... |
Further arguments passed to the |
Value
A plot of the ICL values.
See Also
Examples
data(faithful)
faithful.ICL = mclustICL(faithful)
plot(faithful.ICL)
[Package mclust version 6.1.1 Index]