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)

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

Related to prettyTableau in syt...