tableauShape: Shape of a tableau

View source: R/tableaux.R

tableauShapeR Documentation

Shape of a tableau

Description

The shape of a tableau.

Usage

tableauShape(tableau)

Arguments

tableau

a tableau (list of vectors having the same mode)

Value

The shape of the tableau. This is an integer partition whose i-th part is the number of boxes in the i-th row of the tableau.

Examples

tableau <- list(c(2, 1, 3), c(5, 2))
tableauShape(tableau)

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

Related to tableauShape in syt...