| quilpie {GLMsData} | R Documentation |
Total July rainfall at Quilpie
Description
The total July rainfall at Quilpie, Queensland, Australia from 1921 to 1988
Usage
data(quilpie)
Format
A data frame with 68 observations on the following 6 variables.
Yearthe year; a numeric vector
Rainthe total monthly July rainfall in millimetres; a numeric vector
SOIthe July average southern oscillation index, or soi; a numeric vector
Phasethe soi phase (see Stone and Auliciems, 1992); a factor with these values:
1(consistently negative),2(consistently positive),3(rapidly falling),4(rapidly rising), or5(consistently near zero)Exceedan indicator for whether or not the total monthly July rainfall exceeds 10 millimetres: a factor where
Yesmeans the rainfall exceeds 10mm, andNomeans the rainfall is 10mm or lessyan indicator for whether or not the total monthly July rainfall exceeds 10 millimetres: a factor where
1means the rainfall exceeds 10mm, and0means the rainfall is 10mm or less
Source
Data obtained from iri/ldeo Climate Data Library
(formerly http://ingrid.ldgo.columbia.edu now http://iridl.ldeo.columbia.edu)
on 26 May 2009.
References
R. C. Stone and A. Auliciems (1992) soi phase relationships with rainfall in eastern Australia, International Journal of Climatology, 12, 625–636.
Examples
data(quilpie)
plot( Rain ~ SOI, data=quilpie)
plot( Rain ~ factor(Phase), data=quilpie)