expandedLinkTable {epanetReader}R Documentation

Expanded Link Table

Description

Create an expandedLinkTable object by adding node coordinates to a data frame of pipes, pumps, or valves.

Usage

expandedLinkTable(Links, Coordinates)

Arguments

Links

data frame of Pipes, Pumps or Valves of from epanet.inp

Coordinates

table of epanet.inp

Value

an expandedLinkTable object

Examples

x <- expandedLinkTable(Net1$Pipes, Net1$Coordinates) 
print(x)
plot(x) 

[Package epanetReader version 0.7.3 Index]