batch_culverts: Batch Culvert Sizes

batch_culvertsR Documentation

Batch Culvert Sizes

Description

This function takes the results from batch_RRE along with the results from batch_StreamStats to calculate culvert sizes based on generated flood frequencies from \insertCiteries2017streamstatswildlandhydRo, \insertCiteomang1986methodswildlandhydRo and \insertCiteparrett2004methodswildlandhydRo. The culvert size estimates use methods from \insertCiteamerican1983handbookwildlandhydRo. Right now, this is only good for western Montana so if data includes other states then they will be removed from this analysis. In the future, possibly open for a more dynamic approach, e.g. (nationwide).

Usage

batch_culverts(ss, rre, bfw, geo = 1)

Arguments

ss

A batch_StreamStats object

rre

A batch_RRE object. optional

bfw

A vector of Bankfull Width's (BFW). optional

geo

A geologic parameter, e.g. 0-1

Value

Returns a data.frame with flood frequencies and culvert size estimations.

References

\insertAllCited

Examples

## Not run: 

#bring in previous batch_StreamStats() and batch_RRE() objects, e.g., three_sites, rre_peak.

culverts_all <- batch_culverts(ss = three_sites, rre = ree, bfw = c(10,12,11))

## End(Not run)

joshualerickson/wildlandhydRo documentation built on Feb. 12, 2024, 6:40 p.m.