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