nextsyt: Next tableau

Description Usage Arguments Value Examples

View source: R/enumeration.R

Description

Given a standard Young tableau, returns the "next" one having the same shape.

Usage

1
nextsyt(syt)

Arguments

syt

a standard Young tableau

Value

A standard Young tableau of the same shape as syt, or NULL if syt is the last standard Young tableau of this shape.

Examples

1
2
syt <- firstsyt(c(4,2,1))
nextsyt(syt)

syt documentation built on Jan. 16, 2021, 5:19 p.m.

Related to nextsyt in syt...