maximal: Maximal elements of a poset.

View source: R/maximal.R

maximalR Documentation

Maximal elements of a poset.

Description

The function returns a boolean vector identifying the maximal elements of the poset.

Usage

maximal(z)

Arguments

z

an object of class cover or incidence.

Examples

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

maximal(Z)

parsec documentation built on Aug. 19, 2023, 5:07 p.m.