Description Usage Arguments Value Examples
This operator returns the composition of two permutations
1 2 | ## S4 method for signature 'Permutation'
e1 %.% e2
|
e1 |
Object of class |
e2 |
Object of class |
A new object of class Permutation
equal to the
composition of e1 and e2
1 2 | 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.