... ggplot(data=world.data, aes(x=long, y=lat, group=group)) + #map continents - with all country borders geom_polygon(fill = "grey80", color = "grey30", ...
確定! 回上一頁