all_sytx {syt}R Documentation

Enumeration of standard Young tableaux

Description

Generates all standard Young tableaux of a given shape.

Usage

all_sytx(lambda)

Arguments

lambda

the shape, an integer partition

Value

A list of standard Young tableaux.

Examples

sytx <- all_sytx(c(5, 2))
lapply(sytx, prettyTableau)

[Package syt version 0.5.0 Index]