Learn R Programming

parsec (version 1.1.1)

depths: Depths

Description

The function returns the vector of depths associated to profiles in the poset.

Usage

depths(z)

Arguments

z
an object of class cover or incidence.

Examples

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

depths(Z)

Run the code above in your browser using DataLab