minimal {parsec} | R Documentation |
Minimal elements of a poset
Description
The function returns a boolean vector identifying the minimal elements of the poset.
Usage
minimal(z)
Arguments
z |
an object of class |
Examples
vl <- c(3, 2, 4)
prof <- var2prof(varlen = vl)
Z <- getzeta(prof)
minimal(Z)
[Package parsec version 1.2.7 Index]