Learn R Programming

syt (version 0.5.0)

isSYT: Checks whether a tableau is standard

Description

Checks whether a tableau is a standard Young tableau.

Usage

isSYT(tableau)

Value

A Boolean value.

Arguments

tableau

a tableau

Examples

Run this code
tbl <- list(c(1, 2, 6), c(3, 5), 4)
isSYT(tbl)

Run the code above in your browser using DataLab