Learn R Programming

syt (version 0.5.0)

syt2ballot: Tableau as ballot sequence

Description

Converts a standard Young tableau to its corresponding ballot sequence.

Usage

syt2ballot(syt)

Value

A ballot sequence.

Arguments

syt

standard Young tableau

See Also

ballot2syt

Examples

Run this code
syt <- list(c(1,2,6), c(3,5), 4)
syt2ballot(syt)

Run the code above in your browser using DataLab