Clustering Box Plots
Produce a box-and-whisker plot for clustering results.
boxclus(d, clusters, legendpos = "topleft", ...)
d |
The dataset ( |
clusters |
Cluster labels of the training set ( |
legendpos |
Position of the legend |
... |
Other parameters. |
require (datasets) data (iris) km = KMEANS (iris [, -5], k = 3) boxclus (iris [, -5], km$cluster)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.