dualSkewTableau | R Documentation |
Returns the dual (skew) tableau of a skew tableau.
dualSkewTableau(skewTableau)
skewTableau |
a skew tableau |
A skew tableau.
tbl <- list(c(NA, NA, 1, 1), c(NA, 1), c(1, 2))
dtbl <- dualSkewTableau(tbl)
prettySkewTableau(dtbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.