Learn R Programming

gamair (version 0.0-9)

cairo: Daily temperature data for Cairo

Description

The average air temperature (F) in Cairo from Jan 1st 1995.

Usage

data(cairo)

Arguments

Format

A data frame with 6 columns and 3780 rows. The columns are:
  • monthmonth of year from 1 to 12.
  • day.of.monthday of month, from 1 to 31.
  • yearYear, starting 1995.
  • tempAverage temperature (F).
  • day.of.yearDay of year from 1 to 366.
  • timeNumber of days since 1st Jan 1995.

References

Wood, S.N. (2006) Generalized Additive Models: An Introduction with R

Examples

Run this code
  data(cairo)
  with(cairo,plot(time,temp,type="l"))

Run the code above in your browser using DataLab