Description Usage Arguments Details Author(s) Examples
View source: R/GraphAlignment.R
Invert the permutation defined by the specified vector.
1 |
p |
permutation vector |
The return value is a permutation vector equal to the inverse of the input permutation.
Joern P. Meier, Michal Kolar, Ville Mustonen, Michael Laessig, and Johannes Berg
1 2 | p <- rank(rnorm(10))
pInv <- InvertPermutation(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.