Description Usage Arguments Value Examples
Organize rows and columns of a matrix
1 | org_matrix(m, method = "alpha")
|
m |
A matrix with individuals ordered identically in rows and columns. |
method |
The method to be used to reorganize the matrix.
|
The same matrix m
with reordered rows/columns
1 2 3 | org_matrix(bonobos)
org_matrix(mouse, method="wins")
org_matrix(people, method="ds")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.