Learn R Programming

hddtools (version 0.5)

tsMOPEX: Interface for the MOPEX database of Daily Time Series

Description

This function extract the dataset containing daily rainfall and streamflow discharge at one of the MOPEX locations.

Usage

tsMOPEX(stationID, plotOption = FALSE, timeExtent = NULL)

Arguments

stationID
hydrometric reference number (string)
plotOption
boolean to define whether to plot the results. By default this is set to TRUE.
timeExtent
is a vector of dates and times for which the data should be retrieved

Value

The function returns a data frame containing 2 time series (as zoo objects): "P" (precipitation) and "Q" (discharge).

Examples

Run this code
## Not run: ------------------------------------
#   stationID <- catalogueMOPEX()$stationID[1]
#   BroadRiver <- tsMOPEX(stationID = stationID)
#   BroadRiver <- tsMOPEX(stationID = stationID, plotOption = TRUE)
## ---------------------------------------------

Run the code above in your browser using DataLab