lingen: lingen

View source: R/lingen.R

lingenR Documentation

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

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

parsec documentation built on Aug. 19, 2023, 5:07 p.m.