[R] How to cluster the variables instead of data points?

Jason Turner jasont at indigoindustrial.co.nz
Thu Apr 1 02:34:56 CEST 2004


> Do you know if there are some specific functions under R
> to do clustering?
> To be specific, I have a d-dimensional vector x, and wish
> to clustering these d variables of x into some finite groups
> given self-defined distance measure.

Not sure what you want, as the above could be interpreted many ways.

help.search("cluster")

?cut
library(help=cluster)

are good starting points.

Cheers

Jason




More information about the R-help mailing list