isSSYT: Checks whether a tableau is semistandard

View source: R/isSYT.R

isSSYTR Documentation

Checks whether a tableau is semistandard

Description

Checks whether a tableau is a semistandard Young tableau.

Usage

isSSYT(tableau)

Arguments

tableau

a tableau

Value

A Boolean value.

Examples

tbl <- list(c(1, 2, 6), c(5, 5), 7)
isSSYT(tbl)

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

Related to isSSYT in syt...