Learn R Programming

hddtools (version 0.9.4)

tsData60UK: Interface for the Data60UK database of Daily Time Series

Description

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

Usage

tsData60UK(id)

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

Run this code
# NOT RUN {
  Morwick <- tsData60UK(id = "22001")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab