File: Cairo.Rd

package info (click to toggle)
r-cran-googlevis 0.6.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,660 kB
  • sloc: sh: 17; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  \name{Cairo}
\alias{Cairo}
\docType{data}
\title{
Daily temperature data for Cairo
}
\description{
The average air temperature (C) in Cairo from 2002 to 2004.
}
\usage{data(Cairo)}
\format{
  A data frame with 1091 observations on the following 2 variables.
  \describe{
    \item{\code{Date}}{calendar date}
    \item{\code{Temp}}{average temperatur in Celsius}
  }
}
%\details{
%}
\references{
Wood, S.N. (2006) Generalized Additive Models: An Introduction with R
}
\examples{
data(Cairo)
plot(gvisCalendar(Cairo))
}
\keyword{datasets}