R语言基础练习
-
plot (rnorm(50))
runif()函数用于生成从0到1区间范围内的服从正态分布的随机数,每次生成的值都不一样
-
boxplot(iris$Sepal.Length~iris$Species, col = c("lightblue", "lightyellow", "lightpink"))
-
setwd()
getwd()
设置与查看工作目录 - 学习利用Rproject管理多项目脚本与数据
-
dir()
显示当前工作目录下的文件列表 - control L 清空 console命令
-
rm(list = ls ())
清空加载的 global environment - console键入histroy()查看操作历史记录
内容来源--微信公众号生信星球