ggplot2: Elegant Graphics for Data Analysis (Use R) |  | Author: Hadley Wickham Publisher: Springer
List Price: $59.95 Buy New: $51.64 as of 11/21/2009 00:10 CST details You Save: $8.31 (14%)
New (17) Used (7) from $51.64
Seller: allnewbooks Rating: 4 reviews Sales Rank: 23624
Media: Paperback Edition: 1 Pages: 216 Number Of Items: 1 Shipping Weight (lbs): 0.9 Dimensions (in): 9.2 x 6.1 x 0.6
ISBN: 0387981403 Dewey Decimal Number: 004 EAN: 9780387981406 ASIN: 0387981403
Publication Date: August 7, 2009 Availability: Usually ships in 1-2 business days
| |
| Similar Items:
| |
| Editorial Reviews:
Product Description
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.
|
| Customer Reviews: A new era for statistical graphics October 9, 2009 Ekorn 1 out of 1 found this review helpful
Hadley Wickham does for graphics what formula notation [1] does for regression in R: Shorten the way from concept to code. With ggplot2, graphics code becomes easier to read, maintain and reuse. The "grammar of graphics" identifies the role that each variable plays in the display (e.g. response, predictor), how to summarize it (raw data, histogram, smoothing, ...), and what visuals to present it with (called "geoms": line, point, area...). This takes some getting used to, but qplot() makes a familiar starting point [2].
As evident from the ggplot2 website and mailing list, this package is a solid piece of work. The book is an excellent overview and introduction to ggplot2. In my opinion it is very well balanced, with enough examples to stimulate creativity, enough detail to explain principles, and concise enough to be very readable. I had downloaded earlier drafts of the book, but still found it worthwhile to buy a hardcopy.
[...]
shows how to build gorgeous statistical graphics August 20, 2009 M. Driscoll (San Francisco, CA) 3 out of 3 found this review helpful
This book is a practical overview of ggplot2, a new graphics package available for R - and I would argue the best statistical graphics package for any language. Why? Because it allows users to create gorgeous, elegant graphics with a minimum of effort.
As Wickham details in this lucid book, ggplot2 is based on a grammar of graphics, which conceives of statistical plots not as fixed chart typologies (bar, line, pie) to be filled with data, but as graphical compositions built up from component parts (scales, coordinate systems, geometric objects).
Before embarking on several chapters describing how to control various elements of the grammar, Wickham dives in (with Chapter 2, "Getting started with qplot") and guides users on how to rapidly create graphics with the qplot (for "quick plot").
Two elements struck me in reading this book and beginning to use ggplot2:
(i) It possesses excellent defaults. Wickham has put an enormous amount of thought into the default aesthetics. From light gray plotting backgrounds to monochromatically spaced color palettes, ggplot2 builds on decades of work done in the information visualization space.
(ii) It possesses an intuitive syntax. Creating graphics in R often requires specifying an enormous number of parameters. ggplot2's syntax - the ability to "build up" a graph from layer by layer - allows for an intuitive way to control complexity.
If you are serious about statistical graphics -- and even if you are new to R -- this book is an essential volume.
A must have book for data visualization August 20, 2009 Michael Lawrence (Halifax, NS, Canada) 4 out of 4 found this review helpful
Inspired by Wilkinson (2005), Wickham has developed and implemented ggplot2, a layered grammar of graphics that makes intuitive the production of meaningful (and frankly beautiful) data representations. This book walks the reader through two modes of using ggplot2. For the novice seeking quick default depiction of data, the qplot() function is introduced as an effective panacea of simple plotting problems. For the user seeking to achieve more advanced graphics than possible with qplot(), Wickham introduces his layered grammar and a host of functions that simplify application of this grammar to common graphing problems. No matter whether one employs the qplot() or more advanced graphic generation approaches, the result is a printable, save-able, and highly customizable graphic object. Wickham provides extensive customization examples, including the development of themes that can be applied across multiple individual graphics, simplifying the creation of custom yet aesthetically unified graphics. As a student of cognitive science, this reviewer is impressed by the work Wickham has done to ensure that ggplot2 and, through this book, its users are sensitive to important psychological aspects of generating graphics that link abstract data and statistical interpretation via the human visual perceptual system. The result of this attention to detail is a graphing package that not only lets you plot data easily and meaningfully, but also beautifully. This book is an exemplary resource for learning the power of ggplot2 and as such is recommended to all.
create elegant plots with ease August 19, 2009 Sunny (Chapel Hill, NC) 7 out of 7 found this review helpful
ggplot2 is an R package for creating graphs. If you have used R, you may have observed that you can control almost all aspects of a graph you create. This flexibility can come at a price in having to be familiar with several options and syntax that is not always intuitive. ggplot2 overcomes this hurdle because it is based on a grammar. After one invests the time to learn this grammar, one can create customizable plots with default settings that are aesthetically pleasing. ggplot2 automatically takes care of details such as legends. This book covers ggplot2 plotting in a clear manner. It is filled with examples, simple and complex, and all code is available from the author's website. It covers the logic of the grammar, basic plots, combining plots, how to represent subsets, and even how to format data so that it can be plotted. I highly recommend this book. You will produce plots exactly as you want them (with ease), and learn about different ways to display your data. Be sure to invest some time up front to develop an understanding rather than cutting and pasting code. This investment will pay off.
|
|
|
|