plotInpLinks {epanetReader}R Documentation

Plot .inp Links

Description

Add lines for pipes, pumps and valves from an epanet.inp object to an existing plot

Usage

plotInpLinks(x, lwd = 3, col = "black")

Arguments

x

epanet.inp object

lwd

width of lines

col

color of lines

Details

Helper function for building up a plot of the network by adding links to an existing plot.

Examples

## make a new blank plot 
plot( range(Net1$Coordinates$X), range(Net1$Coordinates$Y), type = 'n') 
## add the links
plotInpLinks(Net1) 

[Package epanetReader version 0.7.3 Index]