rsyt: Random standard Young tableau

Description Usage Arguments Value Examples

View source: R/randomsyt.R

Description

Uniform sampling of a standard Young tableau of a given shape.

Usage

1
rsyt(lambda)

Arguments

lambda

shape, an integer partition

Value

A standard Young tableau of shape lambda.

Examples

1
rsyt(c(7,3,1))

syt documentation built on Jan. 16, 2021, 5:19 p.m.

Related to rsyt in syt...