学习小组 Day4--小陈
2021-01-26 本文已影响0人
shine_9457
R语言--初见
认识 R 界面

两个简单的图(练习)
plot(rnorm(50))



boxplot(iris$Sepal.Length~iris$Species,col = c("lightblue","lightyellow","lightpink"))

工作目录

变量-赋值

学习总结(导图)

####### 感悟
相信自己 战胜自己
plot(rnorm(50))
boxplot(iris$Sepal.Length~iris$Species,col = c("lightblue","lightyellow","lightpink"))
####### 感悟
相信自己 战胜自己