run_link {mappeR} | R Documentation |
Perform single linkage clustering
Description
Perform single linkage clustering
Usage
run_link(dist, method)
Arguments
dist |
A distance matrix. |
method |
A string to pass to hclust to determine clustering method. |
Value
A dendrogram generated by fastcluster
.
[Package mappeR version 1.2.0 Index]