学习小组Day4笔记--May

Day 4

R language

Install R and R studio

Follow the instruction on the official website (Finished)
(R studio is much easier to use. R is like the terminal window)
Really recommend R studio (Like Matlab)

R for Data Science

Introduction (the first chapter)

  • Make sure your username is English, not Chinese

R studio

WechatIMG220.png

图片来源: 生物星球

  • plot(rnorm(50))
    runif: the uniform distribution on the simplex
    (generate random compositions with a uniform distribution on the (rcomp) simplex)

  • boxplot(irisSepal.Length~irisSpecies,col = c("lightblue", "lightyellow", "lightpink"))

change font

  • Tools -> global options

folder organization

https://mp.weixin.qq.com/s/G-LXN9P2HVLv9v0cvyFJMA

show working directory

  • dir()

remove variable

  • rm()
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • Windows R安装 2019年听学校老师开设的《作物组学与分子生物学》这门课,接触到了linux和R。习惯于看...
    TeeM0猫爪草阅读 3,712评论 0 0
  • R语言基础学习 安装R和Rstudio 更改电脑用户名为英文 搜狗微信检索“果子学生信” 下载R和Rstudioh...
    青青_237b阅读 1,657评论 0 0
  • 因为之前就下载好了R和Rstudio所以前面部分就简单浏览了一下(注意:在下载之前记得查看你的用户名(即deskt...
    you_b615阅读 1,709评论 0 0
  • R语言 今天的学习是R语言,之前稍微接触过一点,用来分析组学数据,但是仅限于使用别人公开发布的语句,自己并不了解每...
    喵喵喵_dadb阅读 1,040评论 0 0
  • R语言基础 一、安装R(基础)和Rstudio 1.确保自己电脑的用户名是英文,如果不是,按照这个教程修改账户环境...
    Aceup阅读 3,134评论 0 2