ggplot centered names on a map
问题 I'm attempting to use ggplot2 and maps to plot the names of the counties in NY state. My approach was to find the means of latitude and longitude by county (I assume this is the center of the county but this may be faulty thinking) and then use geom_text to plot the names on the map. It's not behaving as I anticipated as it's plotting multiple names per county. The outcome I'm looking for is that the center of each text (county) is at the center of it's respective county. In addition to