powered by
Daily discharge time series in megalitres per day (ML/day) for Coopers Creek @ Currareva (Gauge No. 003101), Qld, Australia, from 1967-1987.
data(Cooper)
A data frame with 7670 observations (from 1967-1987) on 2 variables.
[,'Date'] date (format dd/mm/yy) [,'Q'] discharge (ML/day)
# NOT RUN { data(Cooper) Cooper<-ts.format(Cooper) plot(Cooper[, "Date"],Cooper[, "Q"],type="l", xlab="Date",ylab="Discharge (ML/day)") # }
Run the code above in your browser using DataLab