ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025


ggplot2: Elegant Graphics for Data Analysis (Use R!)

简体网页||繁体网页
Hadley Wickham 作者
Springer
译者
2016-6-16 出版日期
260 页数
USD 48.21 价格
Paperback
丛书系列
9783319242750 图书编码

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 图书标签: R  数据可视化  统计  数据分析  数据处理  英文版  英文  编程   


喜欢 ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 的读者还喜欢




下载链接1
下载链接2
下载链接3
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2025-04-16


ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2025

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2025

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025



ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 用户评价

评分

扫一遍方便之后google的时候找准关键词……

评分

就像书名里的小字所述:elegant graphic。R 的这个包实在太优雅了。之前断断续续一直有用到R做可视化,但很多点都是零散的,这本书很全面,可帮助系统理解可视化流程和ggolot2的基本逻辑。(有点后悔论文没用R写...)

评分

就像书名里的小字所述:elegant graphic。R 的这个包实在太优雅了。之前断断续续一直有用到R做可视化,但很多点都是零散的,这本书很全面,可帮助系统理解可视化流程和ggolot2的基本逻辑。(有点后悔论文没用R写...)

评分

扫一遍方便之后google的时候找准关键词……

评分

在读这本书读的那一周连着下了两天雨,然后我看着雨和打伞的人,脑子里就一直冒geom_rain, geom_umbrella。适合不适合初学者我不知道,反正放我这儿我没从头开始,是复习了一下datacamp上学的东西,整理了一下自己google来的野路子。算是受用了。

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 著者简介

Hadley is Chief Scientist at RStudio. He is interested in building better tools for data science. His work includes R packages for data analysis (ggplot2, dplyr, tidyr); packages that make R less frustrating (lubridate for dates, stringr for strings, httr for accessing web APIs); and that make it easier to do good software development in R (roxygen2, testthat, devtools). He is also a writer, educator, and frequent contributor to conferences promoting more accessible and more effective data analysis.


ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 图书目录


ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 图书描述

This new edition to the classic book by ggplot2 creator Hadley Wickham highlights compatibility with knitr and RStudio. ggplot2 is a data visualization package for R that helps users create data graphics, including those that are multi-layered, with ease. With ggplot2, it's easy to:

produce handsome, publication-quality plots with automatic legends created from the plot specification

superimpose multiple layers (points, lines, maps, tiles, box plots) from different data sources with automatically adjusted common scales

add customizable smoothers that use powerful modeling capabilities of R, such as loess, linear models, generalized additive models, and robust regression

save any ggplot2 plot (or part thereof) for later modification or reuse

create custom themes that capture in-house or journal style requirements and that can easily be applied to multiple plots

approach a graph from a visual perspective, thinking about how each component of the data is represented on the final plot

This book will be useful to everyone who has struggled with displaying data in an informative and attractive way. Some basic knowledge of R is necessary (e.g., importing data into R). ggplot2 is a mini-language specifically tailored for producing graphics, and you'll learn everything you need in the book. After reading this book you'll be able to produce graphics customized precisely for your problems, and you'll find it easy to get graphics out of your head and on to the screen or page.

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 下载 mobi epub pdf txt 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 读后感

评分

The core of the ggplot2 is the graph model, which lattice is lack of. When I use the xyplot in the lattice, if some changes are needed, I need to delete the original parameter settings or copy the code to make a new one. But in ggplot2, after getting a or...  

评分

感谢Wilkinson提出的图形语法!! 感谢Wickham将Wilkinson语法带到了ggplot2中!!! 从大三到研一,将近三年,每次读都有不同的感觉和收获! 不仅是在R中,这套图形语法的思想可以延伸至其它统计图形的方方面面! 准备再读一下Wilkinson的The Grammar of Graphics,深入了解这...  

评分

感谢Wilkinson提出的图形语法!! 感谢Wickham将Wilkinson语法带到了ggplot2中!!! 从大三到研一,将近三年,每次读都有不同的感觉和收获! 不仅是在R中,这套图形语法的思想可以延伸至其它统计图形的方方面面! 准备再读一下Wilkinson的The Grammar of Graphics,深入了解这...  

评分

The core of the ggplot2 is the graph model, which lattice is lack of. When I use the xyplot in the lattice, if some changes are needed, I need to delete the original parameter settings or copy the code to make a new one. But in ggplot2, after getting a or...  

评分

很适合R语言的初学者,书中有大量的例子,也可以下载带源代码。将ggplot2的基本原理和操作讲解的还是很清楚的。真是佩服大神Hadley Wickham, 长的帅(耳钉很漂亮),将R的可操作性提高了一大截。但要想学好R的画图,光着一本是远远不够的。  

类似图书 点击查看全场最低价

ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025


分享链接





ggplot2: Elegant Graphics for Data Analysis (Use R!) 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2025 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有