tableauShape | R Documentation |
The shape of a tableau.
tableauShape(tableau)
tableau |
a tableau (list of vectors having the same mode) |
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.
tableau <- list(c(2, 1, 3), c(5, 2))
tableauShape(tableau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.