Description Usage Arguments Value Examples
View source: R/03-find_elevation_and_discharge.R
Given a datetime object and site output estimated water surface elevation in meters and discharge in cfs and cms
1 | find_EQ_from_dt(site, datetime, print = F)
|
site |
(chr) 5-letter site name, including 4-character RM and 1-character side of river, ex. 'site = 0307R' |
datetime |
(chr) string in format YYYYMMMDD__hhmm (24-hr) timez = 'MST' |
print |
print = FALSE by default, if print = TRUE useful print statement produced |
out <- list('Qcfs' = outQ$Qcfs , 'Qcms' = outQ$Qcms,'WSE' = WSE)
1 2 | out <- find_EQ_from_dt('0307R', '20111201_1234')
out
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.