Learn R Programming

parsec (version 1.2.0)

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
# NOT RUN {
Z <- getzeta(var2prof(varlen = c(3, 3)))
lingen(Z)
# }

Run the code above in your browser using DataLab