AddLogicGates | R Documentation |
extend model with node representing logic gate
AddLogicGates(child, logic, model)
child |
define the child |
logic |
define the logical gate |
model |
normal model |
model list with additional logic gate
model <- CreateRandomGraph(c("Ikk1", "Ikk2", "RelA"))
model2 <- AddLogicGates("RelA", "OR", model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.