Learn R Programming

syt (version 0.5.0)

nextsyt: Next tableau

Description

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

Usage

nextsyt(syt)

Value

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

Arguments

syt

a standard Young tableau

Examples

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

Run the code above in your browser using DataLab