Cooper | R Documentation |
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)
Data provided by the State of Queensland, Department of Natural Resources and Mines, under creative commons licence agreement. Details available at http://watermonitoring.dnrm.qld.gov.au/wini/copyright.htm
data(Cooper) Cooper<-ts.format(Cooper) plot(Cooper[, "Date"],Cooper[, "Q"],type="l", xlab="Date",ylab="Discharge (ML/day)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.