Description Usage Arguments Value Examples
View source: R/02-near_gage_lag.R
Find lag time to the nearest gage
1 | find_lag_time(rm, print = F)
|
rm |
–numeric– river mile, miles downstream from Lees Ferry |
print |
print = FALSE by default, if print = TRUE, lag time and nearest gage printed out |
out = list('lagtime' = –lubridate duration object–, 'nearest_gage' = "LCR" , 'nearest_gage_index' = 3)
1 | out <- find_lag_time(220)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.