dat1850Ano: Central England temperature (CET) anomaly data from 1850...

dat1850AnoR Documentation

Central England temperature (CET) anomaly data from 1850 until 2020

Description

Central England temperature (CET) anomaly data from 1850 until 2020 employed in \insertCiteHauptFritsch2021quantWarming;textualquantWarming. The dataset contains mean monthly temperatures in columns 1 to 12. The rownames represent the years. The anomaly data are obtained by subtracting the mean for each month over the years 1850 until 1900 from the respective month.

Usage

data(dat1850Ano)

Format

A dataset with 171 rows and 12 variables containing:

Jan

Monthly mean temperature January

Feb

Monthly mean temperature February

Mar

Monthly mean temperature March

Apr

Monthly mean temperature April

May

Monthly mean temperature May

Jun

Monthly mean temperature June

Jul

Monthly mean temperature July

Aug

Monthly mean temperature August

Sep

Monthly mean temperature September

Oct

Monthly mean temperature October

Nov

Monthly mean temperature November

Dec

Monthly mean temperature December

Source

References

\insertAllCited

Examples

## Not run: 
  data(dat1850Ano, package = "quantWarming")
  meanTemp <- dat1850Ano[,1]
  year <- as.numeric(rownames(dat1850Ano))
  \donttest{plot(y = year, x = meanTemp)}

## End(Not run)


markusfritsch/quantWarming documentation built on April 30, 2024, 9:10 p.m.