cut.hierfly {clusterfly} | R Documentation |
Colour hierfly object into k clusters
cut.hierfly(x, k=2, g=ggobi(x), ...)
x |
hierfly object to colour |
k |
number of clusters |
g |
GGobi instance displaying x, will create new if not specified |
... |
Hadley Wickham <h.wickham@gmail.com>
h <- hierfly(iris) hfly <- ggobi(h) cut(h, 2, hfly) h <- hierfly(iris, method="ward") g <- ggobi(h) cut(h, 2, g)