How To Make World Map with ggplot2 in R?

Volcano locations on world map ggplot2

In this post, we will learn how to make world map using ggplot2 in R. We will use geom_map() function to make map with ggplot2. And then we will see an example of overlaying data on the world map. To overlay, we will use volcano eruption data from TidyTuesday project to overlay the locations of… Continue reading How To Make World Map with ggplot2 in R?

Exit mobile version