美文网首页生信星球培训第五十八期
《学习小组DAY4笔记-喵》

《学习小组DAY4笔记-喵》

作者: 不是你的喵宝贝 | 来源:发表于2020-05-14 16:42 被阅读0次

安装R语言和RStudio编辑器

RStudio绘图

1. rnorm

plot.default {graphics}:Draw a scatter plot with decorations such as axes and titles in the active graphics window.
rnorm(n, mean = 0, sd = 1)
n:number of observations. If length(n) > 1, the length is taken to be the number required.


2

boxplot {graphics}:Produce box-and-whisker plot(s) of the given (grouped) values.
iris {datasets}:This famous (Fisher's or Anderson's) iris data set gives the measurements in centimeters of the variables sepal length and width and petal length and width, respectively, for 50 flowers from each of 3 species of iris. The species are Iris setosa, versicolor, and virginica.
iris is a data frame with 150 cases (rows) and 5 variables (columns) named Sepal.Length, Sepal.Width, Petal.Length, Petal.Width, and Species.

R语言基本操作

管理工作目录
显示文件列表
加减乘除
赋值 删除变量

相关文章

  • 《学习小组DAY4笔记-喵》

    安装R语言和RStudio编辑器 RStudio绘图 plot.default {graphics}:Draw a...

  • 2020-05-14

    学习小组DAY4笔记-lyq 今天初探R语言 R语言安装 R语言面板在简单了解

  • 学习小组DAY4~黄小喵

    人生何必遇到R 今天的安装很简单,就是R的语言有点多,不过和简单的编程差不多,也不难学。就是有点担心以后的实战,像...

  • 学习小组Day4笔记--kan

    笔记来自生信星球学习小组资料 Day4 学习内容-R语言初上手 1.思维导图镇楼 2.准备工作 安装R与Rstud...

  • 2020-06-18

    学习小组Day4笔记--马小林 1、安装R和Rstudio 中文用户名如何顺利下载 在控制面板里搜索环境变量,然后...

  • 2018-08-30

    学习小组Day4笔记--刘璐这两天在做实验,涉及病例样本采集,经常根据病例时间来调整我的实验时间,昨天作业没有及时...

  • 学习小组day4 笔记(丹)

    嗯,今天的相对简单,很容易接受。可以使用windows的很多快捷键,操作起来不会又生疏感。感谢生信星球

  • 学习小组 Day4 笔记 -- way

    准备工作 查看你的电脑用户中英文名按照方法查阅为英文直接跳过教程上的第二步 下载R和Rstudio按照花花给的教程...

  • 学习小组DAY4 笔记 Diana

    安装R和Rstudio 之前已完成 赋值 <- 删除变量 rm() 列出历史命令 history()

  • Sapcemacs21天学习视频-学习笔记-Day4

    Sapcemacs21天学习视频-学习笔记-Day4 Talk more about load,load-file...

网友评论

    本文标题:《学习小组DAY4笔记-喵》

    本文链接:https://www.haomeiwen.com/subject/bjwtohtx.html