Learn R Programming

syt (version 0.5.0)

prettyTableau: Pretty tableau

Description

Pretty form of a tableau.

Usage

prettyTableau(tableau)

Value

A 'noquote' character matrix.

Arguments

tableau

a tableau

Examples

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

Run the code above in your browser using DataLab