Learn R Programming

syt (version 0.5.0)

isStandardSkewTableau: Check whether a skew tableau is standard

Description

Check whether a skew tableau is a standard skew tableau.

Usage

isStandardSkewTableau(skewTableau)

Value

A Boolean value.

Arguments

skewTableau

a skew tableau

Examples

Run this code
tbl <- list(c(NA, NA, 1, 1), c(NA, 1), c(1, 2))
isStandardSkewTableau(tbl)

Run the code above in your browser using DataLab