powered by
Generates all standard Young tableaux of a given shape.
all_sytx(lambda)
A list of standard Young tableaux.
the shape, an integer partition
sytx <- all_sytx(c(5, 2)) lapply(sytx, prettyTableau)
Run the code above in your browser using DataLab