tableau2matrix: Tableau as sparse matrix

View source: R/syt2matrix.R

tableau2matrixR 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)

syt documentation built on Sept. 11, 2024, 5:28 p.m.

Related to tableau2matrix in syt...