prettyTableau {syt}R 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)

[Package syt version 0.4.0 Index]