Skip to contents

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.

Examples

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