dat1850Ano | R Documentation |
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.
data(dat1850Ano)
A dataset with 171 rows and 12 variables containing:
Monthly mean temperature January
Monthly mean temperature February
Monthly mean temperature March
Monthly mean temperature April
Monthly mean temperature May
Monthly mean temperature June
Monthly mean temperature July
Monthly mean temperature August
Monthly mean temperature September
Monthly mean temperature October
Monthly mean temperature November
Monthly mean temperature December
## Not run:
data(dat1850Ano, package = "quantWarming")
meanTemp <- dat1850Ano[,1]
year <- as.numeric(rownames(dat1850Ano))
\donttest{plot(y = year, x = meanTemp)}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.