Perform hierarchical clustering
1 | HC(X, K, distancemetric = "euclidean", method = "ward.D2")
|
X |
|
K |
|
distancemetric |
Any distance method which can be used by the function "dist" Default: "euclidean" |
method |
The hierarchical clustering method / algorithm. Acceptable values are: "ward.D", "ward.D2", "single", "complete", "average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC) Default: "ward.D2" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.