Skip to contents

Plot the Inferred Bayesian Boolean Network

Usage

plot_bbni(results, threshold = 0.5, node_names = NULL, ...)

Arguments

results

The list returned by run_bbni(), containing networks and log_posterior.

threshold

Numeric. The minimum posterior probability required to draw an edge. Defaults to 0.5.

node_names

Character vector. Optional names for the nodes. Defaults to "N1", "N2", etc.

...

Additional graphical parameters passed to igraph::plot.igraph().

Value

An invisible igraph object.