firstsyt {syt}R Documentation

First tableau of a given shape

Description

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

Usage

firstsyt(lambda)

Arguments

lambda

the shape, an integer partition

Value

A standard Young tableau.

Examples

firstsyt(c(4, 2, 1))

[Package syt version 0.5.0 Index]