Returns the given matrix with rows and columns permuted in the same order.

shuffle.locations(m, perm = sample.int(dim(m)[1]))

Arguments

m

a matrix with an equal number of rows and columns

perm

vector of indices specifying the new order of rows/columns

Value

a matrix of the same size as m