View source: R/function_OutletSubids.R
OutletSubids | R Documentation |
Function to find all outlet SUBIDs of a HYPE model domain.
OutletSubids(gd)
gd |
A data frame, with two columns |
OutletSubids
finds all outlet SUBIDs of a model domain as provided in a 'GeoData.txt' file, i.e. all SUBIDs from which
stream water leaves the model domain.
OutletSubids
returns a vector of outlet SUBIDs.
AllDownstreamSubids
, OutletIds
te <- ReadGeoData(filename = system.file("demo_model", "GeoData.txt", package = "HYPEtools"))
OutletSubids(gd = te)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.