powered by
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