tsData60UK: Interface for the Data60UK database of Daily Time Series

View source: R/Data60UK.R

tsData60UKR Documentation

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

Author(s)

Claudia Vitolo

Examples

## Not run: 
  Morwick <- tsData60UK(id = "22001")

## End(Not run)


ropensci/hddtools documentation built on July 24, 2022, 6:29 p.m.