Add country names to map in ggplot
I try to make a map in ggplot of South America and the number of cases. I would like to add the name of the countries. However, it is difficult to add the number of cases in the legend and the names of the countries. library(ggplot2) library(dplyr) sa.countries <- c(‘Argentina’, ‘Bolivia’, ‘Brazil’, ‘Colombia’, ‘Chile’,’Ecuador’,’French Guiana’,’Guyana’,… Read More Add country names to map in ggplot