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.
ライブラリ(maps)のmap.scale関数を使用して、スケールバーを追加しています。ただし、その位置と寸法を操作することは非常に困難です。特に、全体の面積を示すためにスケールバーが必要なさまざまなサイトで作業している場合はそうです。
プロット(マップ)の特定の場所にスケールバーを挿入する簡単な方法はありますか?
grconvertX と grconvertY の値を変更すると、それが可能になります。
map.scale(grconvertX(0.5,"npc"), grconvertY(0.08, "npc"),col="#0000ffff", metric = FALSE, ratio=FALSE, relwidth=0.2)