Description Usage Arguments Value Examples
View source: R/03-find_elevation_and_discharge.R
find discharge given elevation
1 | find_Q_from_E(site, E, print = F)
|
site |
(chr) 5-letter site name, including 4-character RM and 1-character side of river, ex. 'site = 0307R' |
E |
(numeric) elevation in meters AZ central state plane |
print |
print = FALSE by default, if print = TRUE useful print statement produced |
out <- list('WSE' = E, 'Qcfs' = Qcfs, 'Qcms' = Qcms)
1 2 | out <- find_Q_from_E('0220R', 881.55)
out
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.