File: clim.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (21 lines) | stat: -rw-r--r-- 634 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
\name{clim}
\alias{clim}
\title{Average Temperatures During December 1980 Through February 1981}
\description{
    Average temperatures at 690 weather stations during December 1980
    through February 1981.
}
\usage{data(clim)}
\format{
    A data frame containing 690 observations on the following variables.
    \tabular{ll}{
	\code{temp} \tab Average temperature, in Celsius.\cr
	\code{geog} \tab Geographic location (latitude,longitude), in
	degrees, as a matrix.
    }
}
\source{
    This is reformulated from the data frame \code{climate} in the R
    package \code{assist} by Yuedong Wang and Chunlei Ke.
}
\keyword{datasets}