Learn R Programming

parsec (version 1.1.1)

maximal: Maximal elements of a poset

Description

The function returns a boolean vector identifying which profiles are maximal elements of the input poset.

Usage

maximal(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)

maximal(Z)

Run the code above in your browser using DataLab