cairo {gamair}R Documentation

Daily temperature data for Cairo

Description

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

Usage

data(cairo)

Format

A data frame with 6 columns and 3780 rows. The columns are:

Source

http://www.engr.udayton.edu/weather/citylistWorld.htm

References

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

Examples

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

[Package gamair version 0.0-5 Index]