gprocess2syt: Growth process to tableau

View source: R/syt2path.R

gprocess2sytR Documentation

Growth process to tableau

Description

Converts a growth process of integer partitions to its corresponding standard Young tableau.

Usage

gprocess2syt(path)

Arguments

path

a path of the Young graph from the root vertex, given as a list of integer partitions

Value

A standard Young tableau.

See Also

syt2gprocess.

Examples

path <- list(1, 2, c(2,1), c(3,1), c(3,1,1))
gprocess2syt(path)

stla/syt documentation built on July 24, 2024, 4:37 a.m.