hclustDS | R Documentation |
This function is similar to the native R function 'hclust' from stats
hclustDS(diss, method)
diss |
is a string character of the dissimilarity structure |
method |
specifies the method for the calculation of the hierarchical clustering and can be either 'ward.D', 'ward.D2', 'single', 'complete', 'average', 'mcquitty', 'median' or 'centroid' |
The function computes the hierarchical clustering of a dissimilarity structure (type 'dist').
the object specified by the newobj
argument of ds.hclust
or default name hclust.newobj
Florian Schwarz for the German Institute of Human Nutrition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.