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でカスタマイズされたポイントを使用してプロットを作成する方法は?
Rでは、プロットを使用してポイントの色を指定できることを知っています
plot(......,col="red")散布図の点を赤などにします。
plot(......,col="red")
境界線の色が塗りつぶしの色と異なるように、ポイントの境界線の色を指定するにはどうすればよいですか。
パラメーターを使用してbg、ポイントの塗りつぶし方法を処理できます。特定の種類のプロッティング キャラクターでは、これが表示されます。例えば...
bg
plot(1,1,col=3, bg=2, pch=23)