bound: Find inf, sup of a lattice

View source: R/bound.R

boundR Documentation

Find inf, sup of a lattice

Description

Find inf, sup of a lattice

Usage

bound(x, method = NULL)

Arguments

x

Binary matrix encoding the lattice from which the supremum or infimum is found

method

Return supremum or infimum

Value

b Binary vector of sup or inf

Author(s)

Peiyuan Zhu

Examples

M <- matrix(c(0,1,1,1,1,1),nrow=2)
x <- t(as.matrix(c(0,1,0)))
bound(M,"inf")

RAPLER/dst-1 documentation built on June 2, 2025, 9:22 a.m.