powered by
Plots the ICL values returned by the mclustICL function.
mclustICL
# S3 method for mclustICL plot(x, ylab = "ICL", ...)
A plot of the ICL values.
Output from mclustICL.
Label for the vertical axis of the plot.
Further arguments passed to the plot.mclustBIC function.
plot.mclustBIC
# \donttest{ data(faithful) faithful.ICL = mclustICL(faithful) plot(faithful.ICL) # }
Run the code above in your browser using DataLab