Learn R Programming

syt (version 0.5.0)

matrix2syt: Standard Young tableau from a matrix

Description

Converts a matrix to a standard Young tableau.

Usage

matrix2syt(M)

Value

A standard Young tableau.

Arguments

M

a matrix

See Also

syt2matrix.

Examples

Run this code
M <- rbind(c(1,2,6), c(3,5,0), c(4,0,0))
matrix2syt(M)

Run the code above in your browser using DataLab