prettySkewTableau | R Documentation |
Pretty form of a skew tableau.
prettySkewTableau(skewTableau)
skewTableau |
a skew tableau |
A 'noquote
' character matrix.
tbl <- list(c(NA, NA, 1, 1), c(NA, 1), c(1, 2))
prettySkewTableau(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.