ESI and Component scores are presented as standard normal percentiles. Indicator scores are in the form of z-scores. See Appendix A of the report for information on the methodology and Appendix C for more detail on original data sources.
data(esi)
code
country
esi
system
stress
vulner
cap
global
sys_air
sys_bio
sys_lan
sys_wql
sys_wqn
str_air
str_eco
str_pop
str_was
str_wat
str_nrm
vul_hea
vul_sus
vul_dis
cap_gov
cap_eff
cap_pri
cap_st
glo_col
glo_ghg
glo_tbp
data(esi)
pch <- ifelse(esi$code == "USA", 19, 1)
plot(esi$cap_st, esi$glo_col, pch=pch)
plot(esi$vulner, esi$cap, pch=pch)
Run the code above in your browser using DataLab