R语言基础
下载和安装
- 下载R,rtool,rstudio
- 安装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"))