Jeff Lean
Results
2
comments of
Jeff Lean
Hi edzer, I've been looking through the functions that are used by each method my blog post mentioned above. The way I got it to work used the coord_map function...
Here's a minimal working example that should demonstrate how coord_sf results in rendering artifacts in the graticules, while coord_map does not. ``` library(rworldmap) library(dplyr) library(ggplot2) library(mapproj) library(sf) library(rnaturalearth) ``` ```...