Learn R Programming

parsec (version 1.2.7)

colevels: Colevels of a poset

Description

The function returns colevels associated to poset elements.

Usage

colevels(y)

Arguments

y

an object of class cover or incidence.

Examples

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

colevels(Z)

Run the code above in your browser using DataLab