firstsyt: First tableau of a given shape

Description Usage Arguments Value Examples

View source: R/enumeration.R

Description

Returns the "first" standard Young tableau of a given shape.

Usage

1
firstsyt(lambda)

Arguments

lambda

the shape, an integer partition

Value

A standard Young tableau.

Examples

1
firstsyt(c(4,2,1))

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

Related to firstsyt in syt...