Description Usage Arguments Author(s) See Also Examples
This plots river frames, lead lines and archor points.
1 2 3 4 | RiverFrame(riverlayout, ln.shw = T, ln.col = "grey40", ln.lty = 3,
ln.lwd = 1, pt.shw = T, pt.col = "black", pt.pch = 20,
pt.bg = "black", pt.cex = 1, pt.lwd = 1, bd.shw = T,
bd.col = "black")
|
riverlayout |
the output list of |
ln.shw |
show lead lines ( |
ln.col |
lead line colour. |
ln.lty |
lead line style. |
ln.lwd |
lead line width. |
pt.shw |
show anchor points ( |
pt.col |
anchor point colour. |
pt.pch |
anchor point style. |
pt.bg |
anchor point background(fill) colour when |
pt.cex |
anchor point size. |
pt.lwd |
anchor point border width. |
bd.shw |
show boarders ( |
bd.col |
border colour. |
Feng Mao
1 2 3 4 5 6 7 8 9 | data(Ballinderry)
riverlayout <- RiverLayout(B.river$River,B.river$Length,
B.river$Parent,B.river$Position,
B.river$Distance, direction = -1)
RiverDraw(riverlayout)
RiverFrame(riverlayout, bd.col = "green",
pt.col = "red", ln.col = "orange")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.