| rgprocess {syt} | R 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)
[Package syt version 0.5.0 Index]