tableau2matrix {syt} | R Documentation |
Tableau as sparse matrix
Description
Representation of a tableau as a sparse matrix; only for a tableau with numeric or logical entries.
Usage
tableau2matrix(tableau)
Arguments
tableau |
a tableau with numeric or logical entries |
Value
A sparse matrix.
Examples
syt <- list(c(1, 2, 6), c(3, 5), 4)
tableau2matrix(syt)
[Package syt version 0.5.0 Index]