tableau2matrix | R Documentation |
Representation of a tableau as a sparse matrix; only for a tableau with numeric or logical entries.
tableau2matrix(tableau)
tableau |
a tableau with numeric or logical entries |
A sparse matrix.
syt <- list(c(1, 2, 6), c(3, 5), 4)
tableau2matrix(syt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.