Learn R Programming

UKFE (version 0.3.7)

GetCDs: Get catchment descriptors from the National River Flow Archive sites considered suitable for median annual maximum flow estimation (QMED) and pooling.

Description

Extracts the catchment descriptors for a site of interest from those suitable for QMED and pooling.

Usage

GetCDs(x)

Value

A data.frame with columns; Descriptor and Value.

Arguments

x

the site reference of interest (numeric)

Author

Anthony Hammond

Examples

Run this code
#Get CDs and display in the console
CDs.203018 <- GetCDs(203018)
CDs.203018

Run the code above in your browser using DataLab