matrix2syt {syt} | R Documentation |
Standard Young tableau from a matrix
Description
Converts a matrix to a standard Young tableau.
Usage
matrix2syt(M)
Arguments
M |
a matrix |
Value
A standard Young tableau.
See Also
Examples
M <- rbind(c(1,2,6), c(3,5,0), c(4,0,0))
matrix2syt(M)
[Package syt version 0.5.0 Index]