The R Project SVN R

Rev

Rev 88646 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88646 Rev 89605
Line 12... Line 12...
12
  Connecticut, from 1912 to 1971.
12
  Connecticut, from 1912 to 1971.
13
}
13
}
14
\usage{nhtemp}
14
\usage{nhtemp}
15
\format{A time series of 60 observations.}
15
\format{A time series of 60 observations.}
16
\source{
16
\source{
17
  \bibcitet{R:Vaux+Brinker:1972}.
17
  \bibshow{R:Vaux+Brinker:1972}
18
}
18
}
19
\references{
19
\references{
20
  \bibshow{*, R:McNeil:1977}
20
  \bibshow{R:McNeil:1977}
21
}
21
}
22
\examples{
22
\examples{
23
require(stats); require(graphics)
23
require(stats); require(graphics)
24
plot(nhtemp, main = "nhtemp data",
24
plot(nhtemp, main = "nhtemp data",
25
  ylab = "Mean annual temperature in New Haven, CT (deg. F)")
25
  ylab = "Mean annual temperature in New Haven, CT (deg. F)")