首页 【R 语言】在线书籍
文章
取消

【R 语言】在线书籍

学习路径: RStudio Education

RStudio 团队成员写的书籍:books

Hadley Wickham

Hadley Wickham 大佬的博客:https://hadley.nz/

  • with Garrett Grolemund, the place to start if you want to learn how to do data science with R.
  • ggplot2: elegant graphics for data analysis shows you how to use ggplot2 to create graphics that help you understand your data.
  • Advanced R helps you master R as a programming language, teaching you what makes R tick.
  • R packages teaches good software engineering practices for R, using packages for bundling, documenting, and testing your code.

其他优秀书籍

ggplot2 书籍

https://ggplot2.tidyverse.org/#learning-ggplot2

If you are new to ggplot2 you are better off starting with a systematic introduction, rather than trying to learn from reading individual documentation pages. Currently, there are three good places to start:

  1. The Data Visualisation and Graphics for communication chapters in R for Data Science. R for Data Science is designed to give you a comprehensive introduction to the tidyverse, and these two chapters will get you up to speed with the essentials of ggplot2 as quickly as possible.

  2. If you’d like to take an online course, try Data Visualization in R With ggplot2 by Kara Woo.

  3. If you’d like to follow a webinar, try Plotting Anything with ggplot2 by Thomas Lin Pedersen.

  4. If you want to dive into making common graphics as quickly as possible, I recommend The R Graphics Cookbook by Winston Chang. It provides a set of recipes to solve common graphics problems.

If you’ve mastered the basics and want to learn more, read ggplot2: Elegant Graphics for Data Analysis. It describes the theoretical underpinnings of ggplot2 and shows you how all the pieces fit together. This book helps you understand the theory that underpins ggplot2, and will help you create new types of graphics specifically tailored to your needs.

Cheat Sheet

本文由作者按照 CC BY 4.0 进行授权

【R 语言】Ubuntu 安装 RStudio Server 以及踩坑记录

【R 语言】技巧整理