Description Usage Arguments Value Examples
Function for column permutation within rows of a matrix
1 | permute.rows(x)
|
x |
A numerical matrix |
A matrix with permuted columns within rows.
1 2 | data(BCdata)
permute.rows(BCdata$X[1:10,1:5])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.