isSemistandardSkewTableau | R Documentation |
Check whether a skew tableau is a semistandard skew tableau.
isSemistandardSkewTableau(skewTableau)
skewTableau |
a skew tableau |
A Boolean value.
tbl <- list(c(NA, NA, 1, 1), c(NA, 1), c(1, 2))
isSemistandardSkewTableau(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.