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