Description Usage Arguments Value Examples
order binary matrix by row
1 | sort_binmat(mat, ...)
|
mat |
binary matrix |
... |
arguments in |
binary matrix (ordered by row)
1 | sort_binmat(matrix(c(1, 1, 1, 0 , 1, 0, 1, 1,0),nrow=3,byrow=TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.