moduleGraph(sim, plot, ...)
"moduleGraph"(sim, plot, ...)
"moduleGraph"(sim, plot, ...)
simList
object.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
.Plot
igraph
object and an igraph
communities object.# @importFrom igraph graph_from_data_frame cluster_optimal edges # already with import igraph