transClose | R Documentation |
calculates transitive closure of a hyper-graph
transClose(g, max.iter = NULL, verbose = FALSE)
g |
hyper-graph in normal form |
max.iter |
maximal iteration till convergence |
verbose |
TRUE for verbose output |
transitive closure in normal form
Martin Pirkl
g <- c("A=B", "B=C")
gclose <- transClose(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.