plot.expandedLinkTable: plot an expanded link table

Description Usage Arguments Details

Description

plot an expanded link table

Usage

1
2
3
## 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.


bradleyjeck/epanetReader documentation built on May 13, 2019, 2:28 a.m.