Description Usage Arguments Value Author(s) Examples
This function extract the dataset containing daily rainfall and streamflow discharge at one of the MOPEX locations.
1 |
id |
String for the station ID number (USGS_ID) |
MAP |
Boolean, TRUE by default. If FALSE it looks for data through all the 1861 potential MOPEX basins. If TRUE, it looks for data through the 438 MOPEX basins with MAP estimates. |
If MAP = FALSE, this function returns a time series of daily streamflow discharge (Q, in mm). If MAP = TRUE, this function returns a data frame containing the following columns (as zoo object):
DateFormat is "yyyymmdd"
PMean areal precipitation (mm)
EClimatic potential evaporation (mm, based NOAA Freewater Evaporation Atlas)
QDaily streamflow discharge (mm)
T_maxDaily maximum air temperature (Celsius)
T_minDaily minimum air temperature (Celsius)
Claudia Vitolo
1 2 3 4 | ## Not run:
BroadRiver <- tsMOPEX(id = "01048000")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.