R: changing plot colors

后端 未结 0 748
遥遥无期
遥遥无期 2021-01-22 11:10

I made the following plot in R :

library(MASS)

a = rnorm(100, 10, 10)

b = rnorm(100, 10, 5)

c = rnorm(100, 5, 10)

group <- sample( LETTERS[1:4], 100, repla         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题