Learn R Programming

parsec (version 1.2.0)

colevels: Colevels of a poset

Description

The function returns colevels associated to poset profiles.

Usage

colevels(y)

Arguments

y

an object of class cover or incidence.

Examples

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

colevels(Z)
# }

Run the code above in your browser using DataLab