CO2emissions | R Documentation |
CO2 emissions (kt) data from different countries and regions in 2014
CO2emissions
A data frame with 20 rows and 2 variables:
[,1] | Region | categorical | Country or Region name |
[,2] | Emissions | numeric | CO2 emissions (kt) |
The data were obtained from Climate Change Data, World Bank Group https://climateknowledgeportal.worldbank.org/
Mirás Calvo, M.A., Núñez Lugilde, I., Quinteiro Sandomingo, C., and Sánchez-Rodríguez, E. (2024). An algorithm to compute the average-of-awards rule for claims problems with an application to
the allocation of CO_2
emissions. Annals of Operations Research 336, 1435-1459.
data(CO2emissions)
head(CO2emissions)
E=31284288 #Emissions for 2015
allrules(E,CO2emissions$Emissions)
par(mfrow = c(2, 3))
E0 <- 33857455
Rules=c(Talmud,CEA,CEL,PRO)
percentage = 0.076
times = 20
for (claimant in 1:6) {
dynamicplot(E0, CO2emissions$Emissions, Rules, claimant, percentage, times, legend=FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.