Description Usage Arguments Value Examples
View source: R/02-near_gage_lag.R
Find the nearest downstream gage
1 | find_ds_gage(rm, print = F)
|
rm |
–numeric– river mile, miles downstream from Lees Ferry |
print |
print = FALSE by default, if print = TRUE, distance and closest gage statement printed |
out = list('gage_name'= "LeesFerry",'index'=1,'distance_to_gage'= -10)
1 | out <- find_ds_gage(30.7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.