isStandardSkewTableau {syt} | R Documentation |
Check whether a skew tableau is standard
Description
Check whether a skew tableau is a standard skew tableau.
Usage
isStandardSkewTableau(skewTableau)
Arguments
skewTableau |
a skew tableau |
Value
A Boolean value.
Examples
tbl <- list(c(NA, NA, 1, 1), c(NA, 1), c(1, 2))
isStandardSkewTableau(tbl)
[Package syt version 0.5.0 Index]