Description Usage Arguments Value Examples
This returns the inverse of a permutation
1 2 | ## S4 method for signature 'Permutation'
inverse(x)
|
permutation |
Object of class |
A new object of class Permutation
equal
to the inverse of permutation
1 2 3 | permu <- permutation(order(runif(10)))
permu
inverse(permu)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.