RiverFrame: River Frame Plotting

Description Usage Arguments Author(s) See Also Examples

View source: R/RiverFrame.R

Description

This plots river frames, lead lines and archor points.

Usage

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")

Arguments

riverlayout

the output list of RiverLayout.

ln.shw

show lead lines (TRUE) or not (FALSE).

ln.col

lead line colour.

ln.lty

lead line style.

ln.lwd

lead line width.

pt.shw

show anchor points (TRUE) or not (FALSE). Anchor points represent the locations of the river mouths.

pt.col

anchor point colour.

pt.pch

anchor point style.

pt.bg

anchor point background(fill) colour when pch=21:25.

pt.cex

anchor point size.

pt.lwd

anchor point border width.

bd.shw

show boarders (TRUE) or not (FALSE).

bd.col

border colour.

Author(s)

Feng Mao

See Also

RiverLayout, RiverMap, par.

Examples

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")

rivervis documentation built on May 1, 2019, 7:28 p.m.