clusterRepro-internal {clusterRepro} | R Documentation |
This function randomly permutes the entries of each of the matrix's columns independently of the other columns.
permuteCol(x)
x |
matrix of at least one row and one column |
This function is not to be be called by the user.
The matrix of permuted columns is returned.
Trevor Hastie