Learn R Programming

mixAK (version 4.2)

generatePermutations: Generate all permutations of (1, ..., K)

Description

It generates a matrix containing all permutations of (1, ..., K).

Usage

generatePermutations(K)

Arguments

K
integer value of $K$.

Value

A matrix of dimension $K! x K$ with generated permutations in rows.

Examples

Run this code
generatePermutations(1)
generatePermutations(2)
generatePermutations(3)
generatePermutations(4)

Run the code above in your browser using DataLab