dat1850: Central England temperature (CET) data from 1850 until 2020

dat1850R Documentation

Central England temperature (CET) data from 1850 until 2020

Description

Central England temperature (CET) data from 1850 until 2020 employed in \insertCiteHauptFritsch2021quantWarming;textualquantWarming. The dataset contains mean monthly temperatures in columns 1 to 12 and annual mean temperatures in column 13. The rownames represent the years.

Usage

data(dat1850)

Format

A dataset with 171 rows and 13 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

Annual

Annual mean temperature

Source

References

\insertAllCited

Examples

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

## End(Not run)


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