Skip to contents

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).

Author

Claudia Vitolo

Examples

if (FALSE) {
  Morwick <- tsData60UK(id = "22001")
}