Plots a river network.
# S3 method for rivernet
plot(x,margin=0,
main=NA,cex.main=1,pos="topleft",
col=NA,lwd=1,
pch.nodes=NA,cex.nodes=0.2,col.nodes="black",
...)
Object of class "rivernet" e.g. read by the function rivernet.read.
Relative margin size.
Optional title of the plot.
Font scaling factor of the title.
Position of legend. Either "topleft" or "topright".
Optional single color or vector of colors of the different reaches either in the same order as the reaches in the rivernet object or labeled by the reach identifiers.
Optional single line width or vector of line widths of the different reaches either in the same order as the reaches in the rivernet object or labeled by the reach identifiers.
Plot marker for nodes. See points for an explanation of codes.
Scaling of markers for nodes.
Single color or vector of colors used for node markers. The order must be the same as in the rivernet object.
Further arguments are passed to the plotting function.
rivernet.read,
utility.