Description Usage Arguments Author(s) See Also Examples
This adds the name labels to the plotted rivers.
1 2 | RiverLabel(riverlayout, cex = 0.7, adj = c(0, -1), srt = 90,
col = "black", pos = NULL, offset = 0.5, corner = "lb")
|
riverlayout |
the output list of |
cex |
text size. |
adj |
text adjustment. One or two values in [0,1] for x and y (optional) adjustment. |
srt |
text angle. |
col |
text colour. |
pos |
text position. |
offset |
text position offset. |
corner |
river label position, which can be at any of the four river
chart corners. |
Feng Mao
RiverLayout
, RiverDraw
,
RiverMap
. par
.
1 2 3 4 5 6 7 8 9 10 11 12 | data(Ballinderry)
riverlayout <- RiverLayout(B.river$River,B.river$Length,
B.river$Parent,B.river$Position,
B.river$Distance, direction = -1)
RiverDraw(riverlayout)
RiverLabel(riverlayout, corner = "lt", srt = 0, adj = c(0, -0.7))
RiverLabel(riverlayout, corner = "lb")
RiverLabel(riverlayout, corner = "rt", srt = -90)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.