all_sytx: Enumeration of standard Young tableaux

View source: R/enumeration.R

all_sytxR 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)

stla/syt documentation built on July 24, 2024, 4:37 a.m.