ggplot (worldmap2, aes(x = long, y = lat, group = group)) + geom_polygon(fill = "darkseagreen") + geom_path(colour = "grey40").
確定! 回上一頁