Description Usage Arguments Value Examples
Computes hydraulic dimension (cross sectional area, width, or depth) from a built-in table of regional hydraulic curve graph coordinates.
1 | RHG_graph(region, drainageArea, dimensionType)
|
region |
character; The region that a dimension will be calculated for. See the regional_curves$region field for a complete list. |
drainageArea |
numeric; The upstream drainage area of the location of the dimension (in square miles). |
dimensionType |
character; The dimension type: "area", "depth", "width" |
The value of the requested hydraulic dimension
1 2 3 4 5 | # Calculate the cross sectional area for a watershed with drainage area = 1
# square mile in the Eastern United States region.
RHG_graph(region = "Eastern United States",
drainageArea = 1,
dimensionType = "area")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.