Learn R Programming

parsec (version 1.1.1)

lingen: lingen

Description

The function returns a vector of ranks identifying a linear extension of the poset defined by incidence matrix z.

Usage

lingen(z)

Arguments

z
an incidence matrix.

Examples

Run this code
Z <- getzeta(var2prof(varlen = c(3, 3)))
lingen(Z)

Run the code above in your browser using DataLab