powered by
Converts a growth process of integer partitions to its corresponding standard Young tableau.
gprocess2syt(path)
A standard Young tableau.
a path of the Young graph from the root vertex, given as a list of integer partitions
syt2gprocess.
syt2gprocess
path <- list(1, 2, c(2,1), c(3,1), c(3,1,1)) gprocess2syt(path)
Run the code above in your browser using DataLab