Description Usage Arguments Value Examples
View source: R/03-find_elevation_and_discharge.R
find E (water surface elevation) with input of Qcfs, output is list, of Q-cfs, Q-cms, WSE-or-E
1 | find_E_from_Q(site, Qcfs, print = F)
|
site |
character 5-letter site name, including 4-character RM and 1-character side of river, ex. 'site = 0307R' |
Qcfs |
numeric discharge in cubic feet per second ex. Qcfs = 8000 |
print |
print = FALSE by default, if print = TRUE useful print statement produced |
out <- list('WSE' = WSE, 'Qcfs' = Qcfs, 'Qcms' = Qcms)
WSE
numeric meters
Qcfs
numeric cubic feet per second
Qcms
numeric cubic meters per second
1 2 | out <- find_E_from_Q('0220R', 11200)
out
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.