Retrieves a vector of cluster labels after identification of subclusters with subclust().
1 | get.subclust(clust = "col", labels = c(), order = "tree")
|
clust |
String. Retrieves cluster labels for column-wise clusters ("col", default) or row-wise clusters ("row"). |
labels |
String vector. If you supply row/column labels using the argument 'labels' the function returns a data frame with two columns, the first being the cluster labels and the second being the supplied row/column labels. |
order |
String. Get subclusters in same order as dendogram. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.