| matrix2syt | R Documentation | 
Converts a matrix to a standard Young tableau.
matrix2syt(M)
M | 
 a matrix  | 
A standard Young tableau.
syt2matrix.
M <- rbind(c(1,2,6), c(3,5,0), c(4,0,0))
matrix2syt(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.