andysouth / rworldmap

R package for mapping country data
29 stars 7 forks source link

French Guiana has no continent assigned to it. #9

Open SimonSchowanek opened 6 years ago

SimonSchowanek commented 6 years ago

I have been making some world maps using the countriesCoarse data. I used the "continent" variable to select the continents but found but that French Guiana was missing when I plotted the maps. It turns out that French Guyana has no continent or region assigned to it but instead just has NA values. Is this on purpose or is this a bug?

countriesCoarse@data$continent[which(countries@data$NAME == "French Guiana")]

[1] <NA>
Levels: Africa Antarctica Australia Eurasia North America South America