rgprocess: Plancherel growth process

View source: R/plancherel.R

rgprocessR Documentation

Plancherel growth process

Description

Samples a path of the Young graph according to the Plancherel growth process.

Usage

rgprocess(n)

Arguments

n

the size of the path to be sampled

Value

The path as a list, starting from the root vertex 1.

See Also

gprocess2syt and syt2gprocess to convert a Young path to a standard Young tableau and conversely.

Examples

rgprocess(7)

syt documentation built on Sept. 11, 2024, 5:28 p.m.

Related to rgprocess in syt...