Use ne_countries to pull country data and choose the scale ... ggplot(data = world) + geom_sf() + geom_sf(data = states, fill = NA) + ...
確定! 回上一頁