RHG_graph: Compute Hydraulic Geometry From Graph

View source: R/RHG_graph.R

RHG_graphR Documentation

Compute Hydraulic Geometry From Graph

Description

Computes hydraulic dimension (cross sectional area, width, or depth) from a built-in table of regional hydraulic curve graph coordinates.

[Stable]

Usage

RHG_graph(region, drainageArea, dimensionType)

Arguments

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"

Details

Used internally to convert historic studies that do not report regional relationships using the "power function" convention.

Value

The value of the requested hydraulic dimension

See Also

Other data: RHG_graph_coefficients(), region_min_max(), regional_curves(), regional_curve

Examples

# 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")


FluvialGeomorph/RegionalCurve documentation built on Oct. 2, 2023, 9:35 a.m.