convertGraph | R Documentation |
converts a disjunctive normal form into a conjunctive normal form and vice versa; input graph as disjunctive normal form like that: c("A+B=D", "C=D", "G+F=U", ...); output is the dual element also in disjunctive normal form;
convertGraph(g)
g |
graph in normal form |
converted graph normal form
Martin Pirkl
g <- "A+B=C"
g2 <- convertGraph(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.