library(ggplot2)
library(cartographer)
ggplot(nc_type_example_2, aes(location = county)) +
geom_choropleth(aes(colour = type), size = 0.5) +
geom_sf_label_inset(aes(label = county), stat = "automap_coords", size = 3) +
coord_automap(feature_type = "sf.nc")
Run the code above in your browser using DataLab