Learn R Programming

parsec (version 1.2.7)

lingen: lingen

Description

The function computes a vector of ranks, defining a linear extension of the poset represented 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