cairo: Daily temperature data for Cairo

Description Usage Format Source References Examples

Description

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

Usage

1

Format

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

month

month of year from 1 to 12.

day.of.month

day of month, from 1 to 31.

year

Year, starting 1995.

temp

Average temperature (F).

day.of.year

Day of year from 1 to 366.

time

Number of days since 1st Jan 1995.

Source

http://academic.udayton.edu/kissock/http/Weather/citylistWorld.htm

References

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

Examples

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

Example output



gamair documentation built on Aug. 23, 2019, 5:03 p.m.