tsData60UK: Interface for the Data60UK database of Daily Time Series

Description Usage Arguments Value Author(s) Examples

View source: R/Data60UK.R

Description

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

Usage

1

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(s)

Claudia Vitolo

Examples

1
2
3
4
## Not run: 
  Morwick <- tsData60UK(id = "22001")

## End(Not run)

hddtools documentation built on Feb. 15, 2021, 1:08 a.m.