Learn R Programming

mclust (version 5.2.2)

plot.mclustICL: ICL Plot for Model-Based Clustering

Description

Plots the ICL values returned by the mclustICL function.

Usage

"plot"(x, ylab = "ICL", ...)

Arguments

x
Output from mclustICL.
ylab
Label for the vertical axis of the plot.
...
Further arguments passed to the plot.mclustBIC function.

Value

A plot of the ICL values.

References

C. Fraley, A. E. Raftery, T. B. Murphy and L. Scrucca (2012). mclust Version 4 for R: Normal Mixture Modeling for Model-Based Clustering, Classification, and Density Estimation. Technical Report No. 597, Department of Statistics, University of Washington.

See Also

mclustICL

Examples

Run this code
## Not run: 
# data(faithful)
# faithful.ICL = mclustICL(faithful)
# plot(faithful.ICL)
# ## End(Not run)

Run the code above in your browser using DataLab