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)codecountryesisystemstressvulnercapglobalsys_airsys_biosys_lansys_wqlsys_wqnstr_airstr_ecostr_popstr_wasstr_watstr_nrmvul_heavul_susvul_discap_govcap_effcap_pricap_stglo_colglo_ghgglo_tbpdata(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