Permutation Constructs a permutation. Syntax permutation(List) permutation(List, Integer) permutation(Vector) Description permutation(List) Constructs a permutation given a list with the cycles representation. permutation(List, Integer) Constructs a permutation given a list with the cycles representation. The second argument is an integer : the length of the permutation. permutation(Vector) Constructs a permutation given a vector with all the images of the permutation. Related functions Cycles representation, Order, Transposition Table of Contents Syntax Description Related functions