LE {parsec} | R Documentation |
The function generates all of the linear extensions of the partial order defined by the incidence matrix Lambda
.
LE(Lambda)
Lambda |
incidence matrix. |
a list of vectors representing all linear orders compatible with the Lambda
incidence matrix.
Alberto Arcagni
Lambda <- getlambda(A < B, A < C, D < C)
LE(Lambda)