prettyTableau: Pretty tableau

View source: R/tableaux.R

prettyTableauR Documentation

Pretty tableau

Description

Pretty form of a tableau.

Usage

prettyTableau(tableau)

Arguments

tableau

a tableau

Value

A 'noquote' character matrix.

Examples

tbl <- list(c(0, 2, 1, 1), c(4, 1), c(1, 2))
prettyTableau(tbl)

stla/syt documentation built on July 24, 2024, 4:37 a.m.