make_permutations {pcsstools} | R Documentation |
List all permutations of a sequence of integers
Description
Lists all permutations of 1,2,...,m unique up to the first two elements
Usage
make_permutations(m)
Arguments
m |
number of elements to permute |
Value
A list of vectors of permutations of 1,2,...,m.
[Package pcsstools version 0.1.2 Index]