Filling countries and continents with maps library according to variable value
问题 I want to fill a map with some countries from UE, and then some continents like Asia and Africa, according to my variable prob2 values . This is my data map_d : state prob2 <chr> <dbl> Germany 0.6 Austria 2.9 Belgium 1.9 Bulgaria 0.6 Cyprus 0.0 Croatia 1.7 ... Other Asian 9.2 Other African 2.5 Other North American 10.7 Other Latin American 2.3 Other Oceania 5.0 Firstly I fill the countries of Europe, using this code: europ_map <- map_data("world", region = c( "Germany", "Austria", "Belgium",