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))

stla/syt documentation built on July 24, 2024, 4:37 a.m.