誰かが次の現象について適切な説明を持っていますか? これを考慮してください:
col = rainbow(12, alpha = 1)
plot(1)
legend("bottom", border = "white",col = col, legend = 1:12, horiz= TRUE, pch =15, fill = "white")
legend("top", border = "white",col = col, legend = 1:12, horiz= TRUE, pch =15)
legend("bottom" ...)
と
legend("top" ...)
の幅が異なるのはなぜ
ですか?
実際には、凡例の境界線を削除しようとしていただけでした....