Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mfmakahiya/8d84b042b28bbb1b053f68fad0921fae to your computer and use it in GitHub Desktop.
Save mfmakahiya/8d84b042b28bbb1b053f68fad0921fae to your computer and use it in GitHub Desktop.
# Using borders()
mapplot2 <- ggplot(data = final_data, aes(x=longitude, y=latitude), group = country) +
borders("world", colour="gray50", fill="gray50")
mapplot2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment