OrderDataHclust {colorpatch} | R Documentation |
Orders rows and column distances with stats::hclust()
Description
Orders rows and column distances with stats::hclust()
Usage
OrderDataHclust(row.dist, col.dist, ...)
Arguments
row.dist |
row distances |
col.dist |
column distances |
... |
optional parameters forwarded to the |
Value
a list with irow and icol containing the orders of rows and columns
[Package colorpatch version 0.1.2 Index]