Description Usage Arguments Value Examples
Given a clustering of some data, and some ideal order we'd like to use to visualize it, reorder (but do not modify) the clustering to be as consistent as possible with this ideal order.
1 | reorder_hclust(clusters, order)
|
clusters |
The existing clustering of the data. |
order |
The ideal order we'd like to see the data in. |
A reordered clustering which is consistent, wherever possible, the ideal order.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.