depths: Depths

View source: R/depths.R

depthsR Documentation

Depths

Description

The function computes the depths of poset elements.

Usage

depths(z)

Arguments

z

an object of class cover or incidence.

Examples

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

depths(Z)

parsec documentation built on Sept. 10, 2025, 10:30 a.m.