03 2017 档案

摘要:1.1 Statistical Models and Social Reality KEY: With few exceptions, statistical data analysis describes the outcomes of real social processesand not t 阅读全文
posted @ 2017-03-28 20:55 REAY 阅读(218) 评论(0) 推荐(0)
摘要:1.分面 分面是指在一个页面上自动摆放多幅图形的技巧,也就是说可以让不同分类的图同时展示在一张图上,这样方便于数据之间的的比较。ggplot2提供了网格型(facet_grid)和封装型(facet_wrap)两种分面类型,下面就针对不同的两种分面进行介绍。 1.1 网格分面(facet_grid) 阅读全文
posted @ 2017-03-26 22:36 REAY 阅读(2874) 评论(0) 推荐(0)
摘要:1、What is ggplot2 ggplot2基本要素 数据(Data)和映射(Mapping) 几何对象(Geometric) 标尺(Scale) 统计变换(Statistics) 坐标系统(Coordinante) 图层(Layer) 分面(Facet) 这里将从这些基本要素对ggplot2 阅读全文
posted @ 2017-03-22 15:01 REAY 阅读(388) 评论(0) 推荐(0)
摘要:0. Preparation and Introduction ggplot2是R中新颖的数据可视化包,这得益于Leland Wilkinson在他的著作《The Grammar of Graphics》中提出了一套图形语法,把图形元素抽象成可以自由组合的成分,Hadley Wickham把这套想法 阅读全文
posted @ 2017-03-20 11:05 REAY 阅读(700) 评论(0) 推荐(0)