powered by
The function checks whether the input argument order is a linear extension of the poset represented by the incidence matrix z.
order
z
is.linext(order, z)
indexes of the poset elements (as rows and columns of z matrix) specifying the candidate linear order.
incidence matrix.
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