powered by
The dual tableau of a tableau (mirror image to the main diagonal).
dualTableau(tableau)
A tableau.
a tableau
tbl <- list(c("a", "s", "e", "f"), c("f", "o"), c("u")) dualTableau(tbl)
Run the code above in your browser using DataLab