Learn R Programming

parsec (version 1.2.7)

heights: 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

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

heights(Z)

Run the code above in your browser using DataLab