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