colevels {parsec} | R Documentation |
Colevels of a poset
Description
The function returns colevels associated to poset elements.
Usage
colevels(y)
Arguments
y |
an object of class |
Examples
vl <- c(3, 2, 4)
prof <- var2prof(varlen = vl)
Z <- getzeta(prof)
colevels(Z)
[Package parsec version 1.2.7 Index]