Description Usage Arguments Author(s) See Also Examples
This plots the river chart according to the output list provided by
RiverLayout
.
1 2 3 4 |
riverlayout |
the output list of |
bd.col |
border colour. |
ln.col |
lead line colour. |
ln.lty |
lead line style. |
ln.lwd |
lead line width. |
bg.col |
background colour. |
pt.shw |
show anchor point ( |
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. |
mar.t |
top margin size. |
mar.b |
bottom margin size. |
mar.l |
left margin size. |
mar.r |
right margin size. |
Feng Mao
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | data(Ballinderry)
# River flows right
riverlayout <- RiverLayout(B.river$River,B.river$Length,
B.river$Parent,B.river$Position,
B.river$Distance, direction = -1)
RiverDraw(riverlayout)
# River flows left
riverlayout.left <- RiverLayout(B.river$River,B.river$Length,
B.river$Parent,B.river$Position,
B.river$Distance)
RiverDraw(riverlayout.left)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.