10 2017 档案

摘要:观察一下数据格式 阅读全文
posted @ 2017-10-15 14:41 wendy921 阅读(1658) 评论(0) 推荐(0)
摘要:这是今天的成果,需要载入的包是: library(openair) library(RColorBrewer) 参看?calendarPlot##获取更多函数calendarPlot细节 统计之都https://cosx.org/2012/05/calendarheatmap 这个公众号:http: 阅读全文
posted @ 2017-10-09 21:44 wendy921 阅读(1366) 评论(0) 推荐(0)
摘要:原文来自http://blog.fens.me/r-overview/ 一、数学基础、以及能干什么? 初等数学,中国人一直都在强调数学是我们的优势,比老外强很多,其实强的部分仅限于初等数学,加法口诀和乘法口诀让我们可以口算100以内的四则运算。 高等数学,大学里挂科最多的一门课,那种照本宣科的教学方 阅读全文
posted @ 2017-10-06 13:17 wendy921 阅读(227) 评论(0) 推荐(0)
摘要:ggplot函数调用基本形式: ggplot(数据框形式的数据,aes()) layer(geom, geom_params, stat, stat_params, data, mapping,position) layer(几何对象,几何变换参数,统计量,统计变换参数,数据,映射,位置调整) 因为 阅读全文
posted @ 2017-10-01 20:31 wendy921 阅读(1148) 评论(0) 推荐(0)
摘要:ggplot2理论基础:图形图层语法(六种语法组件) 1.data\mapping\2.aesthetic attributes 3.geometric object\ 4.facet\ 5.statistics\6.position 总之,ggplot2的一个图形对象就是一个包含数据、到aesth 阅读全文
posted @ 2017-10-01 16:21 wendy921 阅读(411) 评论(0) 推荐(0)
摘要:diamonds数据结构 caratcut color claritydepth table price x y z 1 0.38 Ideal E VS1 60.8 56.0 940 4.70 4.75 2.86 2 0.30 Ideal E VS2 61.7 55.0 658 4.30 4.32 阅读全文
posted @ 2017-10-01 14:51 wendy921 阅读(526) 评论(0) 推荐(0)