rsyt {syt}R 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))

[Package syt version 0.5.0 Index]