dat1961Ano | R Documentation |
Central England temperature (CET) anomaly data from 1961 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(dat1961Ano)
A dataset with 60 rows and 12 variables containing:
Monthly mean temperature anomaly January
Monthly mean temperature anomaly February
Monthly mean temperature anomaly March
Monthly mean temperature anomaly April
Monthly mean temperature anomaly May
Monthly mean temperature anomaly June
Monthly mean temperature anomaly July
Monthly mean temperature anomaly August
Monthly mean temperature anomaly September
Monthly mean temperature anomaly October
Monthly mean temperature anomaly November
Monthly mean temperature anomaly December
## Not run:
data(dat1961Ano, package = "quantWarming")
meanTemp <- dat1961Ano[,1]
year <- as.numeric(rownames(dat1961Ano))
\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.