powered by
The shape of a tableau.
tableauShape(tableau)
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.
i
a tableau (list of vectors having the same mode)
tableau <- list(c(2, 1, 3), c(5, 2)) tableauShape(tableau)
Run the code above in your browser using DataLab