isSYT: Checks whether a tableau is standard

View source: R/isSYT.R

isSYTR Documentation

Checks whether a tableau is standard

Description

Checks whether a tableau is a standard Young tableau.

Usage

isSYT(tableau)

Arguments

tableau

a tableau

Value

A Boolean value.

Examples

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

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

Related to isSYT in syt...