Acheron: Acheron River flow data

AcheronR Documentation

Acheron River flow data

Description

Daily discharge time series in megalitres per day (ML/day) for the Acheron River @ Taggerty (Gauge No. 405209), Victoria, Australia, from 1971-2000.

Usage

data(Acheron)

Format

A data frame with 10944 observations (from 1971-2000) on 2 variables.

[,'Date'] date (format dd/mm/yy) [,'Q'] discharge (ML/day)

Source

Data provided by the State of Victoria, Department of Environment and Primary Industries, under Creative Commons Licence 3.0.

Examples

data(Acheron)
Acheron<-ts.format(Acheron)
plot(Acheron[,"Date"],Acheron[,"Q"],type="l", xlab="Date",ylab="Discharge (ML/day)")



hydrostats documentation built on June 1, 2022, 9:06 a.m.