有人對以下現象有很好的解釋嗎? 考慮這個:傳奇參數中的奇怪R
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" ...)
寬度不同?
其實我只是想刪除的傳說邊境....
BTW:'BTY = 「N」'是你需要刪除什麼圖例框邊框 – Toby