isSkewTableau: Check whether a tableau is a skew tableau

View source: R/skewTableaux.R

isSkewTableauR Documentation

Check whether a tableau is a skew tableau

Description

Check whether a tableau is a skew tableau.

Usage

isSkewTableau(tableau)

Arguments

tableau

a tableau

Value

A Boolean value.

Examples

tbl <- list(c(NA, NA, 1, 1), c(NA, 1), c(1, 2))
isSkewTableau(tbl)

syt documentation built on May 29, 2024, 6:11 a.m.

Related to isSkewTableau in syt...