plot.bnemsim | R Documentation |
plots the boolen network from a simulation as disjunctive normal form
## S3 method for class 'bnemsim'
plot(x, ...)
x |
bnemsim object |
... |
further arguments; see function mnem::plotDnf |
plot of boolean network
Martin Pirkl
sim <- simBoolGtn()
plot(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.