R/upstream_downstream.R
downstream.RdFunction returns the river network consisting of all river segments directly downstream from the specified segment.
downstream(HSnetwork, ID, riverID = "riverID")
| HSnetwork | a |
|---|---|
| ID | The ID of the segment for which the downstream river network is returned. |
| riverID | A character string which specifies the name of the column in
|
A HSnetwork object (a routed river network) consisting of the
segments downstream from the segment specified.