closureTransitive: Closure Transitive

Description Usage Arguments Value See Also Examples

View source: R/closureTransitive.R

Description

The function adds to the relation represented by the matrix m the transitive property.

Usage

1

Arguments

m

a generic square boolean matrix representing a covering relation structure, an object of class cover or an object of class incidence.

Value

an object of the same class of m.

See Also

is.partialorder

Examples

1
2
3
4
m <- c(1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1)
m <- matrix(m, 4, 4)

closureTransitive(m)

parsec documentation built on May 2, 2019, 6:08 p.m.