permutations.of | 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 permutations to show is very large |
A collection of every permutation of the specified number of items
permutations.of(3)
permutations.of(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.