I am using this code using the package mapdata, however it only show the three countries I have selected, and I cannot see the rest of the world´s map boundaries.
map("world",
regions=c("ethiopia", "kenya", "uganda"),
exact = TRUE,
fill=TRUE,
col=c(1,2,3))
How can I show the rest of the world's map boundaries while highlighting my three selected countries?
bor = "red"
or similar, to highlight the selected countries a little more. – Boley