hierfly {clusterfly} | R Documentation |
This method supplements a data set with information needed to draw a dendrogram
hierfly(data, metric="euclidean", method="average")
data |
data set |
metric |
distance metric to use, see dist for list of possibilities |
method |
cluster distance measure to use, see hclust for details |
Intermediate cluster nodes are added as needed, and positioned at the centroid of the combined clusters.
Hadley Wickham <h.wickham@gmail.com>
h <- hierfly(iris) ggobi(h) h <- hierfly(iris, method="single")