View source: R/region_min_max.R
region_min_max | R Documentation |
Calculates regional hydraulic dimensions for the minimum and maximum drainage area values provided for a region.
region_min_max(regions)
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. |
A data frame.
Other data:
RHG_graph_coefficients()
,
RHG_graph()
,
regional_curves()
,
regional_curve
regions = c("Minnesota Eastern", "Minnesota Western")
df <- region_min_max(regions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.