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