powered by
Create an expandedLinkTable object by adding node coordinates to a data frame of pipes, pumps, or valves.
expandedLinkTable(Links, Coordinates)
an expandedLinkTable object
data frame of Pipes, Pumps or Valves of from epanet.inp
table of epanet.inp
x <- expandedLinkTable(Net1$Pipes, Net1$Coordinates) print(x) plot(x)
Run the code above in your browser using DataLab