syt2gprocess: Tableau as growth process

View source: R/syt2path.R

syt2gprocessR Documentation

Tableau as growth process

Description

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

Usage

syt2gprocess(syt)

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

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

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

Related to syt2gprocess in syt...