
"boxplot"(x, n=nrow(x$centers), bycluster=TRUE, main=deparse(substitute(x)), oneplot=TRUE, which=1:n, ...)
"bclust"
.bclust
.TRUE
(default), a boxplot for each cluster
is plotted. If FALSE
, a boxplot for each variable is plotted.TRUE
, all boxplots appear on one screen (using
an appropriate rectangular layout).boxplot
.data(iris)
bc1 <- bclust(iris[,1:4], 3, base.centers=5)
boxplot(bc1)
Run the code above in your browser using DataLab