Learn R Programming

syt (version 0.5.0)

tableauShape: Shape of a tableau

Description

The shape of a tableau.

Usage

tableauShape(tableau)

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.

Arguments

tableau

a tableau (list of vectors having the same mode)

Examples

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

Run the code above in your browser using DataLab