plot.expandedLinkTable {epanetReader} | R Documentation |
plot an expanded link table
Description
plot an expanded link table
Usage
## S3 method for class 'expandedLinkTable'
plot(x, add = FALSE, label = FALSE,
linewidths = 3, color = "black", ...)
Arguments
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() |
Details
An implementation of the generic plot function for expandedLinkTable objects. Links are drawn using segments(). Useful for building up network plots.
[Package epanetReader version 0.7.3 Index]