perm {PhaseTypeR} | R Documentation |
Permutations
Description
This function calculates all possible permutations given a numeric vector.
Usage
perm(v)
Arguments
v |
a numeric vector. |
Value
A matrix with all possible permutations.
[Package PhaseTypeR version 1.0.4 Index]