permute_free_by_row_cpp {distantia} | R Documentation |
(C++) Unrestricted Permutation of Complete Rows
Description
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
Other Rcpp_permutation:
permute_free_cpp()
,
permute_restricted_by_row_cpp()
,
permute_restricted_cpp()
[Package distantia version 2.0.2 Index]