Learn R Programming

PerMallows (version 1.13)

cycles2perm: Get the permutation given the cycles

Description

Get the permutation as a vector given the set of cycles in which it factorizes

Usage

cycles2perm(cycles)

Arguments

cycles
a list with the set of disjoint cycles

Value

The permutation in vector notation

Examples

Run this code
cycles2perm(perm2cycles(c(1,5,2,3,4)))

Run the code above in your browser using DataLab