plot.mclustICL: ICL Plot for Model-Based Clustering

View source: R/icl.R

plot.mclustICLR 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 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.

See Also

mclustICL

Examples


data(faithful)
faithful.ICL = mclustICL(faithful)
plot(faithful.ICL)


mclust documentation built on Nov. 16, 2023, 5:10 p.m.