Unlimited learning, half price | 50% off
Get 50% off unlimited learning

syt (version 0.5.0)

tableau2matrix: 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)

Value

A sparse matrix.

Arguments

tableau

a tableau with numeric or logical entries

Examples

Run this code
syt <- list(c(1, 2, 6), c(3, 5), 4)
tableau2matrix(syt)

Run the code above in your browser using DataLab