powered by
This function extract the dataset containing daily rainfall and streamflow discharge at one of the Data60UK locations.
tsData60UK(id)
String which identifies the station ID number
The function returns a data frame containing 2 time series (as zoo objects): "P" (precipitation) and "Q" (discharge).
# NOT RUN { Morwick <- tsData60UK(id = "22001") # } # NOT RUN { # }
Run the code above in your browser using DataLab