region_graph(regions, dimension_types)
A ggplot object.
Creates a regional hydraulic dimension graph styled using conventions that have emerged in the fluvial geomorphic literature:
Drainage Area as the independent variable on the x-axis. Units are expressed in imperial units (square miles).
Hydraulic dimensions (i.e., width, depth, cross sectional area, discharge) as the dependent variables on the y-axis. Units are expressed in imperial units(i.e, width: feet, depth: feet, cross sectional area: square feet, discharge: cubic feet per second).
Dependent variables (y-axes) are stacked over the dependent variable (x-axis).
Both axes on log scale (aka "log-log graph").
Other visualizations:
region_dimension_graph()