
Representation of a tableau as a sparse matrix; only for a tableau with numeric or logical entries.
tableau2matrix(tableau)
A sparse matrix.
a tableau with numeric or logical entries
syt <- list(c(1, 2, 6), c(3, 5), 4)
tableau2matrix(syt)
Run the code above in your browser using DataLab