ds.hclust | R Documentation |
This function is similar to the native R function 'hclust' from stats
ds.hclust(diss = NULL, method = "ward.D2", newobj = NULL, datasources = NULL)
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' |
newobj |
is the name of the new object which is created with this function |
datasources |
a list of |
The function calls the server-side function hclustDS
that computes the
hierarchical clustering of a dissimilarity structure (type 'dist'). The dissimilarity structure can be computed via the ds.dist function.
The function creates a new object on the server-side, which is of class 'hclust'.
The new object is named by the user using the newobj
argument, otherwise it is named hclust.newobj
by default.
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.