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