nextsyt: Next tableau

View source: R/enumeration.R

nextsytR Documentation

Next tableau

Description

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

Usage

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

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

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

Related to nextsyt in syt...