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.
Rでは、plot()関数で、pch引数がシンボルの外観を制御します。たとえば、pch = 3の場合ですが、font.symbol = 2のように、この記号を太字にすることはできますか?
線の付いた記号を使用している場合は、目的の記号が表示されるlwd可能性があります。
lwd
plot(1:10, lwd = rep(1:5, 2), cex = 2)