dualTableau | R Documentation |
The dual tableau of a tableau (mirror image to the main diagonal).
dualTableau(tableau)
tableau |
a tableau |
A tableau.
tbl <- list(c("a", "s", "e", "f"), c("f", "o"), c("u"))
dualTableau(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.