LE {parsec}R Documentation

Linear extensions

Description

The function generates all of the linear extensions of the partial order defined by the incidence matrix Lambda.

Usage

LE(Lambda)

Arguments

Lambda

incidence matrix.

Value

a list of vectors representing all linear orders compatible with the Lambda incidence matrix.

Author(s)

Alberto Arcagni

See Also

getlambda

Examples

Lambda <- getlambda(A < B, A < C, D < C)
LE(Lambda)

[Package parsec version 1.2.7 Index]