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 28 29 30 31
|
\name{globTempAnom}
\alias{globTempAnom}
\docType{data}
\title{ Global temperature anomalies 1850-2023}
\description{
The \code{globTempAnom} data frame includes the global surface temperature anomalies from 1850 to 2023.
}
\usage{data(globTempAnom)}
\format{
The included variables are (clearly).
\describe{
\item{\code{Year}}{the calendar year.}
\item{\code{Anomaly}}{the temperature anomalies computed as differences of the annual (average) measurement with respect to the 20th century average (1901-2000). }
}
}
\details{
Data refer to averages measurements referring to land and ocean surface of Northern and Southern hemisphere.
}
\source{
https://www.ncei.noaa.gov/access/monitoring/global-temperature-anomalies/anomalies
}
\references{
There are several references using such dataset, e.g.
Cahill, N., Rahmstorf, S., and Parnell, A. C. (2015). Change points of
global temperature. \emph{Environmental Research Letters}, 10: 1-6.
}
\examples{
data(globTempAnom)
}
\keyword{datasets}
|