rsyt: Random standard Young tableau

View source: R/randomsyt.R

rsytR Documentation

Random standard Young tableau

Description

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

Usage

rsyt(lambda)

Arguments

lambda

shape, an integer partition

Value

A standard Young tableau of shape lambda.

Examples

rsyt(c(7, 3, 1))

syt documentation built on Sept. 11, 2024, 5:28 p.m.

Related to rsyt in syt...