forked from hydromad/hydromad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBinghamTrib.Rd
60 lines (53 loc) · 2.01 KB
/
BinghamTrib.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/BinghamTrib.R
\docType{data}
\name{BinghamTrib}
\alias{BinghamTrib}
\title{Rainfall and streamflow for Bingham River Trib at Ernies Catchment.}
\format{
A \code{\link{zoo}} object, of class \code{c("zooreg", "zoo")}. It
is a regular time series indexed by days, in \code{Date} format.
There are three columns, \code{P} (rainfall, mm/day) and \code{Q}
(streamflow, mm/day). \code{E} (temperature, degrees C).
}
\source{
Water INformation (WIN) database - discrete sample data.
[2009-07-09]. Department of Water, Water Information Provision section,
Perth Western Australia.
Hydstra database - time-series data. [2009-07-09]. Department of Water,
Water Information Provision section, Perth Western Australia.
Copyright (c) State of Western Australia (Department of Water).
Temperature: Copyright (c) Commonwealth of Australia. Created on Tue 07 Jul
2009 05:48:38 AM GMT from Climate Data Online, Bureau of Meteorology.
http://www.bom.gov.au/climate/averages
}
\usage{
BinghamTrib
}
\description{
Daily rainfall and streamflow for Bingham River Trib at Ernies Catchment
(Western Australia), from 1974-05-18 to 2008-11-02. The catchment area is
2.68 square kilometers.
}
\details{
Salmon Brook is located in the low-relief Darling Range of southwestern
Western Australia.
\describe{ \item{Rainfall (P)}{ Daily rainfall (mm/day). Rain gauge station
ID 509249 "BINGHAM RIVER TRIB @ ERNIES CATCHMENT". Latitude -33.2921;
Longitude 116.4451. } \item{Streamflow (Q)}{ Daily mean streamflow
(mm/day). Stream gauge ID 612008 "BINGHAM RIVER TRIB @ ERNIES CATCHMENT".
Latitude -33.2939; Longitude 116.4449. } \item{Temperature (E)}{ Mean
Maximum Temperature Climate Data. Product code: IDCJAC0002 reference:
00232595.
Bureau of Meteorology station number: 9534 Station name: DONNYBROOK Latitude
-33.57; Longitude 115.82; Altitude 63m. } }
}
\examples{
data(BinghamTrib)
summary(BinghamTrib)
xyplot(BinghamTrib)
}
\seealso{
\code{\link{SalmonBrook}}
}
\keyword{datasets}