permutations.of {PerMallows} | R Documentation |
This functions returns a matrix in thich each of rows is a different permutation of the specified number of items
permutations.of(perm.length, alert = TRUE)
perm.length |
number of items in the permutation |
alert |
optional ask for confirmation when the number of permtuations to show is very large |
A collection of every permutation of the specified number of items
permutations.of(3) permutations.of(10)