topo: Return the list of topologies, or a unique topology if all identical
Description
Return the list of topologies, or a unique topology if all identical
Usage
topo(nm, simplify = TRUE)
Value
A list of the networkModel topologies or, if all topologies
are identical (or if there is only one) and simplify is TRUE, a
single topology (not wrapped into a single-element list).
Arguments
nm
A networkModel object.
simplify
Boolean, return only a unique topology if all topologies are
identical or if there is only one? Default is TRUE.