ngaruroro {lfstat} | R Documentation |
Daily stream flow data used for low flow analysis
Description
This data set provides the streamflow records for the rivers Ngaruroro (New Zealand) and Ray (UK). They are provided as a low flow object (class 'lfobj'
) as used in the package lfstat. The user might want to perform analysis with shorter time series. The data set ng
just contains the eighties (hydrological year 1980 – 1989) of the Ngaruroro discharges.
Usage
data(ngaruroro)
data(ng)
data(ray)
Format
A low flow object, createlfobj
Source
Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WNO-No. 1029, 136p.
Examples
data(ngaruroro)
hyear_start(ngaruroro)
plot(ngaruroro)
data(ray)
hyear_start(ray)
attr(ray, "lfobj")
[Package lfstat version 0.9.12 Index]