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