plotPoolGraphFromTupleLists {SoilR} | 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 |