is_lake_gage | R Documentation |
Detect if a USGS gage is upstream of a lake
is_lake_gage(site_no, distance_threshold = 20)
site_no |
character to preserve leading zeros |
distance_threshold |
numeric in units of km |
## Not run: site_no <- "040871473" is_lake_gage(site_no)$is_lake_gage # FALSE site_no <- "05427718" is_lake_gage(site_no)$is_lake_gage # TRUE site_no <- "03208950" is_lake_gage(site_no) site_no <- "07130500" is_lake_gage(site_no) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.