Description Usage Arguments Value
View source: R/AvgHydraulics.R
This function executes the hydraulic geometry simulator to evaluate reach-averaged depths and velocities generated at flows less than bankfull conditions. For more information about this model see: McParland et al. (2016) and Gronsdahl et al. (XXXX)
1 | AvgHydraulics(S, wb, db, db_max = NULL, b_value = NULL, D84, xs_output = TRUE)
|
S |
channel gradient (m/m) |
wb |
reach averaged bankfull width (m). |
db |
reach averaged bankfull depth (m). |
db_max |
Defaults to NULL. reach averaged maximum bankfull depth (m). Specifying db_max is preferred to calculate 'b'. |
D84 |
grain size (mm) |
xs_output |
Defaults to TRUE. An expression specifying whether to produce a .csv and .jpg of the simulated channel cross section. |
b |
User-specified b-value. Defaults to NULL and calculated within model unless specified. |
.csv and .jpeg of channel cross section if specified
data frame of reach-averaged hydraulics AvgHydraulics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.