powered by
Display the cycle notation of the permutation using the output matrix of the function permucycle().
cycledisplay(x)
A cycle notation of a permutation.
output matrix of the function 'permucycle'.
permucycle, permuorder
permucycle
permuorder
cycledisplay(permucycle(c(3,2,1))) paste0(cycledisplay(permucycle(c(3,2,1))),collapse ="")
Run the code above in your browser using DataLab