Learn R Programming

lfstat (version 0.9.12)

ngaruroro: 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)

Arguments

Format

A low flow object, createlfobj

Examples

Run this code
data(ngaruroro)
hyear_start(ngaruroro)
plot(ngaruroro)

data(ray)
hyear_start(ray)
attr(ray, "lfobj")

Run the code above in your browser using DataLab