Plots simulation results for a single time step in map form
# S3 method for epanet.rpt
plot(
x,
inp,
Timestep = "0:00:00",
juncQty = "Demand",
linkQty = "Velocity",
legend1.locn = "topright",
legend2.locn = "topleft",
...
)epanet.rpt object
epanet.inp object associated with x
string indicating the time to plot
string specifying which column of x$nodeResults (Demand, Head, Pressure, Chlorine, etc.) to show by circle size at network junctions
string specifying which column of x$linkResults (Flow, Velocity, Headloss) to show by line width on network links
string passed to legend() for placing legend of network elements
string passed to legend() for placing legend of junction and link quantities
further arguments passed to plot
juncQty plots and values for Junctions only; Tanks and Reservoirs are not included. In contrast, linkQty is scaled over all of the link types: Pipes, Pumps & Valves. These choices aim at a map showing demand at junctions and velocity in links.