make_permutations: List all permutations of a sequence of integers

make_permutationsR Documentation

List all permutations of a sequence of integers

Description

Lists all permutations of 1,2,...,m unique up to the first two elements

Usage

make_permutations(m)

Arguments

m

number of elements to permute

Value

A list of vectors of permutations of 1,2,...,m.


pcsstools documentation built on Sept. 8, 2023, 5:25 p.m.