[R] Plots with k-means
Albyn Jones
jones at reed.edu
Sat Oct 31 23:11:15 CET 2009
what is the dimension of your data?
you might try projecting the points into planes defined by 3 cluster centers.
plot, for each cluster, a density plot or histogram of distances to
the cluster center, and perhaps overlay the density curve for points
not in the cluster.
albyn
Quoting Iuri Gavronski <iuri at proxima.adm.br>:
> Hi,
>
> I'm doing a k-means cluster with 6 clusters and 15 variables. Any
> suggestions on how to plot the results?
>
> I've tried the standard xy plot, but couldn't get much of it.
>
> Thansk in advance,
>
> Iuri.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
More information about the R-help
mailing list