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