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)

syt documentation built on Sept. 11, 2024, 5:28 p.m.

Related to all_sytx in syt...