plotPoolGraphFromTupleLists: Helper function to draw connectivity graphs

View source: R/plotPoolGraphFromTupleLists.R

plotPoolGraphFromTupleListsR 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.


SoilR documentation built on Oct. 13, 2023, 5:06 p.m.