We could change the color of the map and the borders: ggplot(data = usa_48) + geom_sf(fill = "palegreen", color = "black") ...
確定! 回上一頁