dat1961 | R Documentation |
Central England temperature (CET) data from 1961 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.
data(dat1961)
A dataset with 60 rows and 13 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
Annual mean temperature
## Not run:
data(dat1961, package = "quantWarming")
annMean <- dat1961[,13]
year <- as.numeric(rownames(dat1961))
\donttest{plot(y = year, x = annMean)}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.