Home > Mobile >  How to build world map in R and color selected countries
How to build world map in R and color selected countries

Time:01-04

I'm trying to build a map showing a gradient of scores attributed to a selection of countries, these scores are stored in a dataframe (scores) alongside the corresponding country name:

Country Score
United States  0.4
France 0.2
India 0.6 etc.

I've tried the following (based on enter image description here

  • Related