Skip to contents

Unrestricted shuffling of rows within the whole sequence.

Usage

permute_free_by_row_cpp(x, block_size, seed = 1L)

Arguments

x

(required, numeric matrix). Numeric matrix to permute.

block_size

(optional, integer) this function ignores this argument and sets it to x.nrow().

seed

(optional, integer) random seed to use.

Value

numeric matrix

See also