Learn R Programming

syt (version 0.5.0)

all_sytx: Enumeration of standard Young tableaux

Description

Generates all standard Young tableaux of a given shape.

Usage

all_sytx(lambda)

Value

A list of standard Young tableaux.

Arguments

lambda

the shape, an integer partition

Examples

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

Run the code above in your browser using DataLab