Learn R Programming

mclust (version 1.1-7)

plot.emclust: Plot BIC values

Usage

plot.emclust(x, xlab="number of clusters", ylab="BIC", pch, ...)
plot.emclust1(x, xlab = "number of clusters", ylab="BIC", ...)

Arguments

x
emclust object containing BIC values.
xlab, ylab, pch
Standard plot arguments with default values.
...
Further arguments to the plot function.

See Also

emclust, emclust1

Examples

Run this code
data(iris)
bicvals _ emclust(iris[,1:4], nclus=1:3, modelid=c("VVV","EEV","VEV"))
plot(bicvals, col=c("red","cyan","purple"), lty=1)

Run the code above in your browser using DataLab