| gprocess2syt | R Documentation | 
Converts a growth process of integer partitions to its corresponding standard Young tableau.
gprocess2syt(path)
| path | a path of the Young graph from the root vertex, given as a list of integer partitions | 
A standard Young tableau.
syt2gprocess.
path <- list(1, 2, c(2,1), c(3,1), c(3,1,1))
gprocess2syt(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.