查看原文
其他

ggplot2:数据分析与图形艺术-最新版(笔记合集)

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

往期精彩戳:NGS精进 |统计精进py基础 | py绘图 | perl基础 | R绘图


本文要分享上面书籍的最新版(第三版)的学习笔记,目前只有在线版,

在线地址:https://ggplot2-book.org/

源码在线github:https://github.com/hadley/ggplot2-book

书籍作者:ggplot2作者Hadley Wickham主导

书籍简介(更详细介绍见今天的第二篇推送):

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

  • 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第三版的学习,不纠结某一个图,力求系统掌握ggplot2的图层图形语法(the Grammar of Graphics)原理,建议大家去阅读原书籍,欢迎指出不足:
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即可免费获取。


往期精彩戳:NGS精进 |统计精进py基础 | py绘图 | perl基础 | R绘图

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

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