heights: Heights

View source: R/heights.R

heightsR Documentation

Heights

Description

The function computes the vector of heights of poset elements.

Usage

heights(z)

Arguments

z

an object of class cover, incidence or poset.

Examples

vl <- c(3, 2, 4)
prof <- var2prof(varlen = vl)
Z <- getzeta(prof)

heights(Z)

parsec documentation built on Aug. 19, 2023, 5:07 p.m.