cycledisplay | R Documentation |
Display the cycle notation of the permutation using the output matrix of the function permucycle().
cycledisplay(x)
x |
output matrix of the function 'permucycle'. |
A cycle notation of a permutation.
permucycle
, permuorder
cycledisplay(permucycle(c(3,2,1)))
paste0(cycledisplay(permucycle(c(3,2,1))),collapse ="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.