plot.bnemsim: plot simulation object

View source: R/bnem_main.r

plot.bnemsimR Documentation

plot simulation object

Description

plots the boolen network from a simulation as disjunctive normal form

Usage

## S3 method for class 'bnemsim'
plot(x, ...)

Arguments

x

bnemsim object

...

further arguments; see function mnem::plotDnf

Value

plot of boolean network

Author(s)

Martin Pirkl

Examples

sim <- simBoolGtn()
plot(sim)

MartinFXP/B-NEM documentation built on Oct. 27, 2023, 8:24 p.m.