We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41e5a1f + 9cb174c commit cbb17feCopy full SHA for cbb17fe
README.md
@@ -1 +1,7 @@
1
# 《R语言可视化之美》配套代码
2
+<p>
3
+ <img src="https://github.com/EasyChart/EasyCharts/blob/master/Pics/RV.jpg" alt="微信公众号" width="300">
4
+</p>
5
+
6
7
+本书《R语言数据可视化之美》主要介绍使用R中的ggplot2包及其拓展包绘制专业图表的方法。本书先介绍了R语言编程基础知识,以及使用dplyr、tidyr、reshape2等包的数据操作方法;再对比了base、lattice和ggplot2包的图形语法。本书首次系统性地介绍了使用ggplot2包及其拓展包绘制类别对比型、数据关系型、时间序列型、整体局部型等常见的二维图表的方法,以及使用plot3D包绘制三维图表(包括三维散点图、柱形图和曲面图等)的方法。另外,本书也首次介绍了论文中学术图表的图表配色、规范格式等相关技能与知识。
0 commit comments