gprocess2syt: Growth process to tableau

Description Usage Arguments Value See Also Examples

View source: R/syt2path.R

Description

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

Usage

1

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

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

syt documentation built on Jan. 16, 2021, 5:19 p.m.

Related to gprocess2syt in syt...