Learn R Programming

syt (version 0.5.0)

isSkewTableau: Check whether a tableau is a skew tableau

Description

Check whether a tableau is a skew tableau.

Usage

isSkewTableau(tableau)

Value

A Boolean value.

Arguments

tableau

a tableau

Examples

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

Run the code above in your browser using DataLab