View source: R/clusterer_farm.R
run_link | R Documentation |
Perform agglomerative clustering on a single distance matrix.
run_link(dist, method)
dist |
A distance matrix. |
method |
A string to pass to hclust to determine clustering method. |
A dendrogram generated by fastcluster
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.