data(Ballinderry)
riverlayout <- RiverLayout(B.river$River,B.river$Length,
B.river$Parent,B.river$Position,
B.river$Distance, direction = -1)
RiverDraw(riverlayout)
RiverScale(2, "2 km", riverlayout, loc = c(0.8, 0.3), lbl.cex = 0.8)
# Or use mouse to allocate the river scale. Try the command below.
# RiverScale(2, "2 km", riverlayout, lbl.cex = 0.8)
Run the code above in your browser using DataLab