tableauShape {syt} | R 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)
[Package syt version 0.5.0 Index]