View source: R/function_HeadwaterSubids.R
HeadwaterSubids | R Documentation |
Function to find all headwater SUBIDs of a HYPE model domain.
HeadwaterSubids(gd)
gd |
A data frame, containing among others two columns |
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.
HeadwaterSubids
returns a vector of outlet SUBIDs.
AllUpstreamSubids
te <- ReadGeoData(filename = system.file("demo_model", "GeoData.txt", package = "HYPEtools"))
HeadwaterSubids(gd = te)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.