library(rgdal) library(ggplot2) areas <- readOGR('.', 'areas') ggplot(fortify(areas)) + geom_path(aes(long, lat, group = group)).
確定! 回上一頁