ggplot2

ggplot2:ElegantGraphicsforDataAnalysis

立即阅读
手机扫码
  • 微信扫一扫

    关注微信公众号

因版权原因待上架

内容简介

This book describes ggplot2, a new data visualization package for R that uses the insights from Leland Wilkison''s Grammar of Graphics to create a powerful and flexible system for creating data graphics. With ggplot2, it''s easy to:

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

superpose multiple layers (points, lines, maps, tiles, box plots to name a few) from different data sources, with automatically adjusted common scales

add customisable smoothers that use the powerful modelling capabilities of R, such as loess, linear models, generalised 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 your 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 their data in an informative and attractive way. You will need some basic knowledge of R (i.e. you should be able to get your data into R), but 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.

作者简介

Hadley is Chief Scientist at RStudio and Adjunct Professor of Statistics at Rice University. He is interested in building better tools for data science. His work includes R packages for data analysis (ggvis, dplyr, tidyr); packages that make R less frustrating (lubridate for dates, stringr for strings, httr for accessing web APIs, rvest for webscraping); and that make it easier...

(展开全部)

ggplot2是2009年由Springer出版,作者HadleyWickham。

温馨提示:
得书感谢您对《ggplot2》关注和支持,如本书内容有不良信息或侵权等情形的,请联系本网站。

购买这本书
你可能喜欢
PowerBI零售数据分析实战 电子书
一本讲解如何将Power BI应用于零售业务领域的实战指南。
R语言医学数据分析实战 电子书
以医学数据为例,讲解如何使用R进行数据分析。
从Excel到PowerBI:财务报表数据分析 电子书
Excel与Power BI数据分析教程,财务报表自助分析技巧。
商务数据可视化套装 电子书
本书以Excel在商务数据可视化中的具体应用为主线,详细介绍了商务数据分析可视化的方法与技巧,主要内容包括:商务数据可视化入门、商务数据表格图形化、使用折线图展示数据趋势、使用柱形图与条形图对比商务数据、使用饼图展示数据占比、使用散点图与气泡图展示数据分布、使用特殊图表实现数据可视化、使用动态图表实现可视化交互、商务数据图表的设计与美化等。
机器学习实战 电子书
《机器学习实战》面向日常任务的高效实战内容,介绍并实现机器学习的主流算法。