rEMM (version 1.0-11)

Derwent: Derwent Catchment Data

Description

Data set with flow readings (in cubic meter per second) for six catchments of in the vicinity of the Derwent river in the northern UK. The data was collected daily from November 1, 1971 -- January 31, 1977. The catchments are Long Bridge, Matlock Bath, Chat Sworth, What Stand Well, Ashford (Wye) and Wind Field Park (Amber).

The owner of the data is the Ridings Area Office of the Environment Agency North-East, UK.

Usage

data(Derwent)

Arguments

Format

A matrix of size 1918 days times 6 catchments.

References

Wikipedia, River Derwent, Yorkshire, http://en.wikipedia.org/wiki/River_Derwent,_Yorkshire

Wikipedia, River Wye, Derbyshire, http://en.wikipedia.org/wiki/River_Wye,_Derbyshire

Wikipedia, River Amber, http://en.wikipedia.org/wiki/River_Amber

Examples

Run this code
# NOT RUN {
data(Derwent)

i <- 1
plot(Derwent[,i], type="l", main=colnames(Derwent[i]), ylab="Gauged Flows")
# }

Run the code above in your browser using DataLab