http://stat.ethz.ch/R-manual/R-devel/library/cluster/html/clusplot.default.html上的 R 文档并没有完全帮助我。代码:
somedata = read.data("somefile.tsv")
clustered = kmeans(somedata, 5)
library(cluster)
clusplot(somedata, clustered$cluster, cex=0.1, ..??whatshouldgohere??..)