R Graphics Cookbook R数据可视化手册,学会大部分基础的图形绘制
ggplot2: Elegant Graphics for Data Analysis 要掌握ggplot2绘图
Advanced R R语言进阶,了解R的数据结构和面向对象
R Packages (2e) R包,了解并学会开发简单的R包
R for Data Science R数据科学,学会并习惯基于tidyverse的R编程
开源的R语言学习书籍: https://bookdown.org/
ggplot2: Elegant Graphics for Data Analysis
https://www.rdocumentation.org/
https://github.com/qinwf/awesome-R
furrr https://github.com/DavisVaughan/furrr
R Interface to Python: https://rstudio.github.io/reticulate
https://github.com/therneau/survival
https://www.bioconductor.org/packages/release/bioc/html/ConsensusClusterPlus.html
https://bioconductor.org/packages/release/bioc/html/STRINGdb.html
https://corybrunson.github.io/ggalluvial
https://www.bioconductor.org/packages/release/bioc/vignettes/GSVA/inst/doc/GSVA.html
https://bioconductor.org/packages/release/bioc/vignettes/biomaRt/inst/doc/accessing_ensembl.html
http://bioconductor.org/packages/release/bioc/html/cogena.html
https://github.com/vubiostat/r-yaml
谢益辉:https://blorg.cn/yihui.org/
1.为啥要做这个包,这个R包要解决什么问题?
- R数据框或向量取交集,并集,补集,差集?
- 总结工作中用到的R包的示例用法?
- 数据框提取奇数行、偶数行、整倍数行、奇数列、偶数列、整倍数列?
- R语言中批量提取当前目录中指定类型的文件,不如以gz结尾?
- R语言list如何追加元素?
- R语言如何删除数据集中指定的行或列?