findOrder | R Documentation |
Given a matrix, m, finds the ordering of the rows as imposed by hclust.
findOrder(m, method = "complete", distance = "euclidean")
m |
A matrix. |
method |
The linkage method used by “hclust“. |
distance |
The metric used by “dist“. |
A vector of integers corresponding to the row numbers of an ordered m.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.