powered by
The function returns whether the input argument order is a linear extension of the poset represented by the incidence matrix z.
order
z
is.linext(order, z)
ranks of the poset elements (as rows and columns of z matrix) defining a linear order
incidence matrix.
# NOT RUN { Z <- getzeta(var2prof(varlen = c(3, 3))) ranks <- c(1, 4, 2, 3, 5, 7, 6, 8, 9) names(ranks) <- rownames(Z) ranks is.linext(order = ranks, z = Z) # }
Run the code above in your browser using DataLab