Learn R Programming

PerMallows (version 1.14)

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)

Value

The permutation in vector notation

Arguments

cycles

a list with the set of disjoint cycles

Examples

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

Run the code above in your browser using DataLab