perm2cycles {PerMallows}R Documentation

Decompose a permutation in a set of cycles

Description

Factor a given a permutation in the set of independent cycles

Usage

perm2cycles(perm)

Arguments

perm

a permutation

Value

The permutation in the input in which the operation has been applied

Examples

perm2cycles(c(1,5,2,3,4))

[Package PerMallows version 1.13 Index]