Description Usage Arguments Details Value Author(s) See Also Examples
Tries to find an order for matrix by different cluster methods.
1 | matrix_order(x, is.cor = TRUE, cluster.method = "complete", ...)
|
x |
a matrix-like object. |
is.cor |
logical value (defaults to TRUE) indicating wheater
|
cluster.method |
a character string with the name of agglomeration method. |
... |
extra params passing to |
Now it just supports for square matrix.
a list of hclust object.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
1 2 | m <- matrix(rnorm(25), nrow = 5)
matrix_order(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.