Description Usage Arguments Value Author(s) Examples
View source: R/get_usgs_gage.R
A function to grab daily stream flow measurements from the USGS waterdata.usgs.gov server.
1 | get_usgs_gage(flowgage_id,begin_date="1979-01-01",end_date="2013-01-01")
|
flowgage_id |
|
begin_date |
|
end_date |
|
area |
The area above the gage [km2] |
declat |
Decimal Lat |
declon |
Decimal Lon |
flowdata |
Dataframe with the historical flow data - flow is in cubic meters per day |
Daniel R Fuka
1 2 3 4 | flowgage_id="04216500"
flowgage=get_usgs_gage(flowgage_id)
## The function is currently defined as
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.