View source: R/randomize_matrix_cb.R
randomize_matrix_cb | R Documentation |
Randomize a matrix using the curve ball algorithm. This keeps the sum of rows and columns constant.
randomize_matrix_cb(matrix)
matrix |
matrix to be randomized. |
The curve ball algorithm was described by Strona et al. (2014) doi:10.1038/ncomms5114.
A randomized matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.