Description Usage Arguments Value
View source: R/random_permutation.R
Modify the random permutation function f in order to remove numbers i from the numbers that are available in the random permutation
1 | remove_remaining(f, i)
|
f |
Function created by |
i |
Integer vector of numbers that should be removed from remaining numbers in the random permutation that is produced by f |
A random permutation function which will not produce the numbers in i anymore.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.