powered by
Daily discharge time series in megalitres per day (ML/day) for the Acheron River @ Taggerty (Gauge No. 405209), Victoria, Australia, from 1971-2000.
data(Acheron)
A data frame with 10944 observations (from 1971-2000) on 2 variables.
[,'Date'] date (format dd/mm/yy) [,'Q'] discharge (ML/day)
# NOT RUN { data(Acheron) Acheron<-ts.format(Acheron) plot(Acheron[,"Date"],Acheron[,"Q"],type="l", xlab="Date",ylab="Discharge (ML/day)") # }
Run the code above in your browser using DataLab