powered by
Checks whether a tableau is a standard Young tableau.
isSYT(tableau)
A Boolean value.
a tableau
tbl <- list(c(1, 2, 6), c(3, 5), 4) isSYT(tbl)
Run the code above in your browser using DataLab