addcumuldist {riverdist} | R Documentation |
Add Cumulative Distance to a River Network
Description
Adds a vector of cumulative distances to a river network. Called internally.
Usage
addcumuldist(rivers)
Arguments
rivers |
The river network object to use. |
Value
Returns an object of class "rivernetwork"
containing all
spatial and topological information. See rivernetwork-class.
Author(s)
Matt Tyers
Examples
Gulk1 <- addcumuldist(rivers=Gulk)
[Package riverdist version 0.16.3 Index]