使用ggplot2在地图上绘制比例尺和向北箭头的任何解决方案
library(mapdata); library(ggplot2); nl.map=data.frame(map('worldHires', 'Netherlands')[c('x', 'y')]) ggplot(nl.map, aes(x, y))+geom_path()
谢谢你的时间.
r ggplot2
ggplot2 ×1
r ×1