The R Project SVN R

Rev

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

\name{nhtemp}
\alias{nhtemp}
\title{Average Yearly Temperatures in New Haven}
\usage{data(nhtemp)}
\format{A time series of 60 observations.}
\source{
  Vaux, J. E. & N. B. Brinker (1972).  \emph{Cycles}, 1972, 117--121.
}
\description{
  The mean annual temperature in degrees Fahrenheit in New Haven,
  Connecticut, from 1912 to 1971.
}
\references{
  McNeil, D. R. (1977).  \emph{Interactive Data Analysis}.  New York:
  Wiley.
}
\examples{
data(nhtemp)
plot(nhtemp, main = "nhtemp data",
  ylab = "Mean annual temperature in New Haven, CT (deg. F)")
}
\keyword{datasets}