plotPoolGraphFromTupleLists {SoilR}R Documentation

Helper function to draw connectivity graphs

Description

Helper function to draw connectivity graphs

Usage

plotPoolGraphFromTupleLists(
  internalConnections,
  inBoundConnections,
  outBoundConnections
)

Arguments

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 plotPoolGraph generic of the newer model classes SymbolicModel_by_PoolNames.


[Package SoilR version 1.2.107 Index]