syt2gprocess: Tableau as growth process

Description Usage Arguments Value See Also Examples

View source: R/syt2path.R

Description

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

Usage

1

Arguments

syt

standard Young tableau

Value

A list of integer partitions, representing a path of the Young graph starting from the root vertex.

See Also

gprocess2syt

Examples

1
2
syt <- list(c(1,2,4), 3, 5)
syt2gprocess(syt)

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

Related to syt2gprocess in syt...