
Last chance! 50% off unlimited learning
Sale ends in
Checks whether a tableau is a semistandard Young tableau.
isSSYT(tableau)
A Boolean value.
a tableau
tbl <- list(c(1, 2, 6), c(5, 5), 7)
isSSYT(tbl)
Run the code above in your browser using DataLab