powered by
plot.emclust(x, xlab="number of clusters", ylab="BIC", pch, ...) plot.emclust1(x, xlab = "number of clusters", ylab="BIC", ...)
emclust
emclust1
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