closure: Augment a binary matrix with closure elements.

View source: R/RcppExports.R

closureR Documentation

Augment a binary matrix with closure elements.

Description

Augment a binary matrix with closure elements.

Arguments

ttx

A binary matrix.

computeJoin

= true: to compute join closure. Default = TRUE.

display_progress

= true: to show progress bar. Default = FALSE.

Value

tty A binary matrix including the closure elements.

Examples

ttx <- matrix(c(0,1,1,1,1,0,1,1,1), nrow=3, byrow = TRUE)
tty <- closure(ttx, computeJoin = FALSE)

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