Description Usage Arguments Author(s) See Also Examples
This adds tick marks to the river chart.
1 2 3 |
tickmark |
a vector of tick mark values. |
value |
the variables which the tick marks are for. |
riverlayout |
the output list of |
range |
bar-chart value range. A vector of two values indicating lower limit and upper limit. |
side |
position of tick marks. |
pos |
position of tick marks. |
tm.l |
tick mark length. |
tm.col |
tick mark colour. |
lbl.shw |
show labels of tick marks ( |
lbl.col |
label colour. |
lbl.cex |
label size. |
lbl.row |
show one label per row ( |
label |
a vector of tick mark labels. |
Feng Mao
RiverLayout
, RiverDraw
,
RiverMap
. par
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | data(Ballinderry)
riverlayout <- RiverLayout(B.river$River,B.river$Length,
B.river$Parent,B.river$Position,
B.river$Distance, direction = -1)
RiverDraw(riverlayout)
RiverPoint(NA,B.elevation$River, B.elevation$Distance,
B.elevation$Elevation, riverlayout)
RiverTM(c(0, 100, 200, 300, 400, 500), B.elevation[3], riverlayout,
pos=-1, side = "R", range = c(0,500),
label = c(0, 100, 200, 300, 400, 500))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.