Learn R Programming

mclust (version 6.0.1)

plot.mclustICL: ICL Plot for Model-Based Clustering

Description

Plots the ICL values returned by the mclustICL function.

Usage

# S3 method for mclustICL
plot(x, ylab = "ICL", ...)

Value

A plot of the ICL values.

Arguments

x

Output from mclustICL.

ylab

Label for the vertical axis of the plot.

...

Further arguments passed to the plot.mclustBIC function.

See Also

mclustICL

Examples

Run this code
# \donttest{
data(faithful)
faithful.ICL = mclustICL(faithful)
plot(faithful.ICL)
# }

Run the code above in your browser using DataLab