Description Usage Arguments Value See Also Examples
Tries to find an order for matrix by different cluster methods.
1 | matrix_reorder(x, cluster.method = NULL, ...)
|
x |
a matrix-like object. |
cluster.method |
a character string with the name of agglomeration method. Defaults to "complete" for numeric matrix, to "osa" for other type matrix. |
... |
extra params passing to |
a list of new order.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.