hierarchical {clusterfly} | R Documentation |
Convenient methods for hierachical clustering
hierarchical(df, method="complete", metric="euclidean", n=5)
df |
data frame |
method |
method to use, see hclust |
metric |
distance metric to use, see dist |
n |
number of clusters to retrieve, see cut |
Hadley Wickham <h.wickham@gmail.com>