查看原文
其他

R可视化16|《ggplot2:数据分析与图形艺术》最新版(第三版)笔记合集

pythonic生物人 pythonic生物人 2023-07-26

"pythonic生物人"的第114篇分享

最新版英文第三版

已有中文第二版

《ggplot2:数据分析与图形艺术》,即ggplot2: Elegant Graphics for Data Analysis,目前网上介绍的比较多的是第二版且已经有中文版,Hadley Wickham等目前已经更新到了第三版,做了很多调整如下:

  • 在线地址:http://ggplot2-book.org/.
  • The chapters on data analysis and modelling have been removed. You can find updated versions of this material in R for Data Science at https://r4ds.had.co.nz.
  • The toolbox chapter has been split into multiple chapters.
  • New chapter on arranging multiple plots on the page.
  • The positioning chapter has been split into facetting and coordinate systems.
  • New FAQ chapter that covers some of the most commonly seen problems in the wild.
  • The scales and guides chapters have been radically reconfigured into one chapter each on position, colour, and other scales and guides, and then one chapter that focusses on the underlying theory.

第三版学习笔记合集

该笔记是个人对ggplot2: Elegant Graphics for Data Analysis第三版的学习,欢迎指出不足:
R可视化01|ggplot2-ggplot2简介
R可视化02|ggplot2-ggplot2快速绘图
R可视化03|ggplot2图层-几何对象图层(geom layer)
R可视化04|ggplot2图层-统计变换图层(stat layer)
R可视化05|ggplot2图层-注释图层(Annotation layer)
R可视化06|ggplot2图层-标度图层(scale layer)-坐标轴篇
R可视化07|ggplot2图层-标度图层(scale layer)-颜色盘篇
R可视化08|ggplot2图层-标度图层(scale layer)-图例篇
R可视化09|ggplot2-图层图形语法 (1)
R可视化10|ggplot2-图层图形语法 (2)
R可视化11|ggplot2-图层图形语法 (3)
R可视化12|ggplot2-图层图形语法 (4)
R可视化13|ggplot2-图层图形语法 (5)


ggplot2  CheatSheet

ggplot2官方给出了非常全的速查手册:Data Visualization with ggplot2 : : CHEAT SHEET

高清png图获取:公众号回复ggcc即可免费获取。


本文结束,更多好文:

有用请“点赞”“在看”“分享”

有意见请移步到QQ群629562529反馈,一起进步哈!


您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存