View source: R/GIS_RiverProcess.R
sp.RiverPath | R Documentation |
sp.RiverPath
determine River path, disolve the river network based on downstream-relationship.
sp.RiverPath
sp.RiverPath(
sp,
coord = extractCoords(sp, unique = TRUE),
idown = sp.RiverDown(sp, coord = coord),
tol.simplify = 0
)
sp |
SpatialLines* |
coord |
coordinates of |
idown |
downstream index of |
tol.simplify |
tolerance for simplification of river lines. |
List of River Path(SegIDs, PointIDs, sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.