cycledisplay {Tex4exams} | R Documentation |
Display the cycle notation of the permutation
Description
Display the cycle notation of the permutation using the output matrix of the function permucycle().
Usage
cycledisplay(x)
Arguments
x |
output matrix of the function 'permucycle'. |
Value
A cycle notation of a permutation.
See Also
Examples
cycledisplay(permucycle(c(3,2,1)))
paste0(cycledisplay(permucycle(c(3,2,1))),collapse ="")
[Package Tex4exams version 0.1.2 Index]