Create a sequence diagram illustrating the data object dependencies of a
simulation. Offers a more detailed view of specific objects than does
plotting the depsEdgeList
directly with moduleDiagram
.
objectDiagram(sim, ...)# S4 method for simList
objectDiagram(sim, ...)
A simList
object (typically corresponding to a
completed simulation).
Additional arguments passed to mermaid
.
Useful for specifying height
and width
.
Plots a sequence diagram, invisibly returning a mermaid
object.