The R Project SVN R

Rev

Rev 3609 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{precip}
\title{Annual Precipitation in US Cities}
\usage{data(precip)}
\alias{precip}
\description{
    The average amount of precipitation (rainfall) in inches for
    each of 70 United States (and Puerto Rico) cities.
}
\format{
    A named vector of length 70.
}
\source{
    Statistical Abstracts of the United States, 1975.
}
\references{
    McNeil, D. (1977).
    \emph{Interactive Data Analysis}.
    New York: Wiley.
}
\keyword{datasets}