Description Usage Arguments Value Examples
View source: R/03-find_elevation_and_discharge.R
find E with input of Q-cfs, E =(water surface elevation), output is 'E' only This function simply outputs elevation, not in a list
1 | f_E_Q(site, Qcfs)
|
site |
chr 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 |
E (numeric) elevation in meters
1 | f_E_Q('0220R', 22000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.