Learn R Programming

PhaseTypeR (version 1.0.4)

perm: Permutations

Description

This function calculates all possible permutations given a numeric vector.

Usage

perm(v)

Value

A matrix with all possible permutations.

Arguments

v

a numeric vector.