closure | R Documentation |
Augment a binary matrix with closure elements.
ttx |
A binary matrix. |
computeJoin |
= true: to compute join closure. Default = TRUE. |
display_progress |
= true: to show progress bar. Default = FALSE. |
tty A binary matrix including the closure elements.
ttx <- matrix(c(0,1,1,1,1,0,1,1,1), nrow=3, byrow = TRUE)
tty <- closure(ttx, computeJoin = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.