Internal function to permutate rows in a matrix.
permut.row.matrix(data, strata = NULL, seqpermutation = NULL)
A matrix.
Strata vector to specify restricting permutations in rows, must be the same length of number of rows in data matrix (Default strata = NULL).
A set of predefined permutation vector (Default seqpermutation = NULL).
The matrix permuted.
The sequence of permutation.