dualTableau: Dual tableau

View source: R/tableaux.R

dualTableauR Documentation

Dual tableau

Description

The dual tableau of a tableau (mirror image to the main diagonal).

Usage

dualTableau(tableau)

Arguments

tableau

a tableau

Value

A tableau.

Examples

tbl <- list(c("a", "s", "e", "f"), c("f", "o"), c("u"))
dualTableau(tbl)

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

Related to dualTableau in syt...