Learn R Programming

SpaDES.core (version 2.0.5)

moduleGraph: Build a module dependency graph

Description

This is still experimental, but this will show the hierarchical structure of parent and children modules and return a list with an igraph object and an igraph communities object, showing the groups. Currently only tested with relatively simple structures.

Usage

moduleGraph(sim, plot, ...)

# S4 method for simList,logical moduleGraph(sim, plot, ...)

# S4 method for simList,missing moduleGraph(sim, plot, ...)

Value

A list with 2 elements, an igraph() object and an igraph communities object.

Arguments

sim

A simList object.

plot

Logical indicating whether the edgelist (and subsequent graph) will be used for plotting. If TRUE, duplicated rows (i.e., multiple object dependencies between modules) are removed so that only a single arrow is drawn connecting the modules. Default is FALSE.

...

Arguments passed to Plot

Author

Eliot McIntire

See Also

moduleDiagram()