HeadwaterSubids {HYPEtools} | R Documentation |
Find all headwater SUBIDs of a model domain
Description
Function to find all headwater SUBIDs of a HYPE model domain.
Usage
HeadwaterSubids(gd)
Arguments
gd |
A data frame, containing among others two columns |
Details
HeadwaterSubids
finds all headwater SUBIDs of a model domain as provided in a 'GeoData.txt' file, i.e. all subcatchments
which do not have any upstream subcatchments.
Value
HeadwaterSubids
returns a vector of outlet SUBIDs.
See Also
Examples
te <- ReadGeoData(filename = system.file("demo_model", "GeoData.txt", package = "HYPEtools"))
HeadwaterSubids(gd = te)
[Package HYPEtools version 1.6.2 Index]