runif.permutation | R Documentation |
Generate a collection of n permutations uniformly at random
runif.permutation(n = 1, perm.length)
n |
optional number of permutations to generate |
perm.length |
length of the permutations generated |
A single permutation or a matrix with n rows, each being a permutation. Every permutation is drawn uniformly at random and has length perm.length
runif.permutation(1,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.