plot.bnemsim {bnem} | 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)