plot.expandedLinkTable {epanetReader} | R Documentation |
plot an expanded link table
## S3 method for class 'expandedLinkTable'
plot(x, add = FALSE, label = FALSE,
linewidths = 3, color = "black", ...)
x |
object of type expandedLinkTable |
add |
logical indicating whether to add to the currently active plot. add=FALSE creates a new plot. |
label |
logical indicating if the links should be labeled at the mid points |
linewidths |
passed to lwd argument in segments() |
color |
passed to col argument in segments() |
... |
further arguments passed to segments() |
An implementation of the generic plot function for expandedLinkTable objects. Links are drawn using segments(). Useful for building up network plots.