I'm plotting a filled contour over a map in R but some of the Central Asian countries' borders aren't showing (e.g. Kazakhstan, Kyrgyzstan, Tajikistan and Uzbekistan).
The borders don't appear for me using the map()
function on its own either with library(maps)
and library(mapdata)
.
Code:
map()
Are the borders missing from "map" or have I excluded them somehow?
UPDATE: the Central Asian countries started appearing in my plots for map("world"), but not map("worldHires"), so if someone out there fixed it: thank you! (I also noticed that the countries were missing from images on a couple of R mapping tutorials (e.g. here and here) so hopefully it was a real problem and it wasn't just me doing something wrong.)