mapbyname {riverdist} | R Documentation |
Map Segments by Name
Description
Provides a check that river network segments were appropriately named.
Usage
mapbyname(rivers, scale = TRUE, cex = 0.6, ...)
Arguments
rivers |
The river network object to use. Function checks segment names contained in the river network object. |
scale |
Whether or not to give x- and y-axes the same scale |
cex |
Global character expansion factor for plotting |
... |
Additional plotting arguments (see par) |
Author(s)
Matt Tyers
Examples
data(Gulk)
str(Gulk)
Gulk$names <- c("Gulkana River","Trib 1","West Fork","Gulkana River","Trib 1",
"West Fork","Trib 2","West Fork","Twelvemile Creek","Gulkana River",
"Middle Fork","Gulkana River","Middle Fork","Hungry Hollow")
str(Gulk)
mapbyname(rivers=Gulk)
[Package riverdist version 0.16.3 Index]