powered by
The function returns the set of incomparabilities of a poset.
incomp(z)
an incidence matrix.
A boolean matrix whose element ij is TRUE when profile i and j are incomparable.
TRUE
getzeta
# NOT RUN { vl <- c(2, 2, 2) pr <- var2prof(varlen = vl) Z <- getzeta(pr) incomp(Z) # }
Run the code above in your browser using DataLab