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 Aug. 19, 2023, 5:07 p.m.