SpaDES (version 1.1.4)

moduleDiagram: Simulation module dependency diagram

Description

Create a network diagram illustrating the simplified module dependencies of a simulation. Offers a less detailed view of specific objects than does plotting the depsEdgeList directly with objectDiagram.

Usage

moduleDiagram(sim, type, ...)

## S3 method for class 'simList,character': moduleDiagram(sim, type, ...)

## S3 method for class 'simList,missing': moduleDiagram(sim, type, ...)

Arguments

sim
A simList object (typically corresponding to a completed simulation).
type
Character string, either "rgl" for igraph::rglplot or "tk" for igraph::tkplot. Default missing, which uses regular plot.
...
Additional arguments passed to plotting function specfied by type.

Value

  • Plots module dependency diagram.

See Also

igraph.