region_min_max: Calculate Region Minimum and Maximum Dimensions

View source: R/region_min_max.R

region_min_maxR Documentation

Calculate Region Minimum and Maximum Dimensions

Description

Calculates regional hydraulic dimensions for the minimum and maximum drainage area values provided for a region.

Usage

region_min_max(regions)

Arguments

regions

character; A vector of region names that will be displayed on the graph. For a complete list of regions, see levels(regional_curve$region_name) RegionalCurve::regional_curve$region_name.

Value

A data frame.

See Also

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

Examples

regions = c("Minnesota Eastern", "Minnesota Western")
df <- region_min_max(regions)


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