Learn R Programming

syt (version 0.5.0)

syt2matrix: Standard Young tableau as sparse matrix

Description

Representation of a standard Young tableau as a sparse matrix.

Usage

syt2matrix(syt)

Value

A sparse matrix.

Arguments

syt

a standard Young tableau

See Also

matrix2syt.

Examples

Run this code
syt <- list(c(1, 2, 6), c(3, 5), 4)
syt2matrix(syt)

Run the code above in your browser using DataLab