shuffle.locations: Permute the rows and columns of a square matrix.

Description Usage Arguments Value

Description

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

Usage

1
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


cultevo documentation built on May 2, 2019, 12:02 a.m.