安装R和Rstudio
认识R和Rstudio
- 1.画图
plot(rnorm(50))
WechatIMG119.png
boxplot(irisSpecies,col = c ("lightblue","lightyellow","lightpink")) WechatIMG120.png -
2.字体大小
WechatIMG121.png -
3.R语言基本操作
4赋值 WechatIMG122.png
1Rproject管理目录
2dir()显示文件列表
3加减乘除:1+2 回车
5删除变量rm()
网友评论