datasets (version 3.4.3)

nhtemp: Average Yearly Temperatures in New Haven

Description

The mean annual temperature in degrees Fahrenheit in New Haven, Connecticut, from 1912 to 1971.

Usage

nhtemp

Arguments

Format

A time series of 60 observations.

References

McNeil, D. R. (1977) Interactive Data Analysis. New York: Wiley.

Examples

Run this code
# NOT RUN {
require(stats); require(graphics)
plot(nhtemp, main = "nhtemp data",
  ylab = "Mean annual temperature in New Haven, CT (deg. F)")
# }

Run the code above in your browser using DataCamp Workspace