plot.mclustICL: ICL Plot for Model-Based Clustering

Description Usage Arguments Value See Also Examples

View source: R/icl.R

Description

Plots the ICL values returned by the mclustICL function.

Usage

1
2
## 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

1
2
3
4
5
6
## Not run: 
data(faithful)
faithful.ICL = mclustICL(faithful)
plot(faithful.ICL)

## End(Not run)

Japrin/mclust documentation built on Nov. 18, 2019, 5:21 a.m.