syt2gprocess {syt}R 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)

[Package syt version 0.5.0 Index]