matrix2syt: Standard Young tableau from a matrix

View source: R/syt2matrix.R

matrix2sytR 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

syt2matrix

Examples

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

syt documentation built on May 29, 2024, 6:11 a.m.

Related to matrix2syt in syt...