This function extract the dataset containing daily rainfall and streamflow discharge at one of the Data60UK locations.
Arguments
- id
String which identifies the station ID number
Value
The function returns a data frame containing 2 time series (as zoo objects): "P" (precipitation) and "Q" (discharge).
Examples
if (FALSE) { # \dontrun{
Morwick <- tsData60UK(id = "22001")
} # }