dualsyt: Dual tableau

Description Usage Arguments Value Examples

View source: R/dualsyt.R

Description

The dual standard Young tableau of a standard Young tableau.

Usage

1
dualsyt(syt)

Arguments

syt

standard Young tableau

Value

A standard Young tableau.

Examples

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

syt documentation built on Jan. 16, 2021, 5:19 p.m.

Related to dualsyt in syt...