Learn R Programming

syt (version 0.5.0)

dualsyt: Dual tableau

Description

The dual standard Young tableau of a standard Young tableau.

Usage

dualsyt(syt)

Value

A standard Young tableau.

Arguments

syt

standard Young tableau

Examples

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

Run the code above in your browser using DataLab