cycledisplay: Display the cycle notation of the permutation

View source: R/cycledisplay.R

cycledisplayR 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

permucycle, permuorder

Examples

cycledisplay(permucycle(c(3,2,1)))
paste0(cycledisplay(permucycle(c(3,2,1))),collapse ="")



Tex4exams documentation built on May 31, 2023, 8:04 p.m.