plot.mclustICL | 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.
mclustICL
data(faithful)
faithful.ICL = mclustICL(faithful)
plot(faithful.ICL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.