Description Usage Arguments Value Examples
extend model with node representing logic gate
| 1 | AddLogicGates(child, logic, model)
 | 
| child | define the child | 
| logic | define the logical gate | 
| model | normal model | 
model list with additional logic gate
| 1 2 | 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.