Learn R Programming

Rlab (version 2.15.1)

raleigh.temp: Average monthly temperatures, 1949-1988.

Description

The raleigh.temp data frame has 480 rows and 3 columns. Each year has 12 rows of data, one for each month. The measurement is likely to be the average of the average daily temperature, where the average daily temperature = (daily high+daily low)/2.

Arguments

Format

A data frame with 480 observations on the following 3 variables.

temp

: temperature = (daily high+daily low)/2

month

: the month the measurements were taken during

year

: the year the measurements were taken during