batch_culverts | R Documentation |
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).
batch_culverts(ss, rre, bfw, geo = 1)
ss |
A batch_StreamStats object |
rre |
A batch_RRE object. |
bfw |
A vector of Bankfull Width's (BFW). |
geo |
A geologic parameter, e.g. |
Returns a data.frame with flood frequencies and culvert size estimations.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.