Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 library(maps) 中的 map.scale 函数来添加比例尺;但是,很难操纵它的位置和尺寸,特别是如果我正在处理需要比例尺来指示其整体区域的不同站点。
有没有一种快速的方法可以在绘图(地图)的特定位置插入比例尺?
修改 grconvertX 和 grconvertY 值应该会为您完成。
map.scale(grconvertX(0.5,"npc"), grconvertY(0.08, "npc"),col="#0000ffff", metric = FALSE, ratio=FALSE, relwidth=0.2)