View source: R/plotPoolGraphFromTupleLists.R
plotPoolGraphFromTupleLists | R Documentation |
Helper function to draw connectivity graphs
plotPoolGraphFromTupleLists(
internalConnections,
inBoundConnections,
outBoundConnections
)
internalConnections |
A list of tuples(source,dest) where src and dest are either both integers or both strings(poolnames) |
inBoundConnections |
A list of either integers or strings (poolnames) |
outBoundConnections |
A list of either integers or strings (poolnames)
The function is used by the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.