plot an expanded link table
# S3 method for expandedLinkTable
plot(x, add = FALSE, label = FALSE, linewidths = 3, color = "black", ...)object of type expandedLinkTable
logical indicating whether to add to the currently active plot. add=FALSE creates a new plot.
logical indicating if the links should be labeled at the mid points
passed to lwd argument in segments()
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.