Description Usage Arguments Value Examples
View source: R/permute_matrix.R
This is a quick permutation of the matrix.
1 |
m |
A square matrix. |
A permutation (of both rows and columns) of the matrix
1 2 3 | m <- matrix(1:16,nrow=4)
m
permute_matrix(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.