Learn R Programming

quhomology (version 1.1.1)

all_combinations: Calculating all possible permutations

Description

This function calculates all possible permutations of order 2 in a set of order k.

Usage

all_combinations(k)

Arguments

k

Order of set. A positive integer.

Value

A matrix.