Enjoy fast, free delivery, exclusive deals, and award-winning movies & TV shows with Prime
Try Prime
and start saving today with fast, free delivery
Amazon Prime includes:
Fast, FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with Fast, FREE Delivery" below the Add to Cart button.
Amazon Prime members enjoy:- Cardmembers earn 5% Back at Amazon.com with a Prime Credit Card.
- Unlimited Free Two-Day Delivery
- Streaming of thousands of movies and TV shows with limited ads on Prime Video.
- A Kindle book to borrow for free each month - with no due dates
- Listen to over 2 million songs and hundreds of playlists
- Unlimited photo storage with anywhere access
Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership.
Buy new:
-24% $37.80$37.80
Ships from: Amazon Sold by: travis_textbooks
Save with Used - Good
$9.97$9.97
Ships from: Amazon Sold by: Zoom Books Company
Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
R Graphics Cookbook: Practical Recipes for Visualizing Data 1st Edition
There is a newer edition of this item:
Purchase options and add-ons
This practical guide provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R’s graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works.
Most of the recipes use the ggplot2 package, a powerful and flexible way to make graphs in R. If you have a basic understanding of the R language, you’re ready to get started.
- Use R’s default graphics for quick exploration of data
- Create a variety of bar graphs, line graphs, and scatter plots
- Summarize data distributions with histograms, density curves, box plots, and other examples
- Provide annotations to help viewers interpret data
- Control the overall appearance of graphics
- Render data groups alongside each other for easy comparison
- Use colors in plots
- Create network graphs, heat maps, and 3D scatter plots
- Structure data for graphing
- ISBN-101449316956
- ISBN-13978-1449316952
- Edition1st
- PublisherO'Reilly Media
- Publication dateFebruary 5, 2013
- LanguageEnglish
- Dimensions7 x 0.9 x 9.19 inches
- Print length411 pages
Similar items that may deliver to you quickly
Editorial Reviews
Amazon.com Review
Q&A with Winston Chang, author of "R Graphics Cookbook: Practical Recipes for Visualizing Data"
Q. Why is your book timely?
A. Interest in R for data analysis and visualization has exploded in recent years. In the computer-tech world, computers and networks have made it much easier to gather and organize data, and more and more people have recognized that there's useful information to be found. To illustrate, consider the job "data scientist": this is a job title that didn't even exist five years ago, and now it's one of the hottest tickets on the market.
At the same time, there's been a swell of interest in R in its more traditional setting, in science and engineering. I think there are many reasons for this. One, is that there's a growing recognition outside of the computer-programmer world that learning a little programming can save you a lot of time and reduce errors. Another reason is that the last few years have seen an improvement in the user-friendliness of tools for using R.
So there's a lot of interest in using R for finding information in data, and visualization an essential tool for doing this. Data visualizations can help you understand your data and find patterns when you're in the exploratory phase of data analysis, and they are essential for communicating your findings to others.
Q. What information do you hope that readers of your book will walk away with?
A. As my book is a Cookbook, the primary goal is to efficiently present solutions for visualizing data, without demanding a large investment of time from the reader. For many readers, the goal is to just figure out how to make a particular type of graph and be done with it.
There are others who will want to gain a deeper understanding of how graphing works in R. For these readers, I've written an appendix on the graphing package ggplot2, which is used extensively in the recipes in the book. This appendix explains some of the concepts in the grammar of graphics, and how they relate to structures common to data visualizations in general.
Finally, I hope that readers will find ideas and inspiration for visualizing their data by browsing the pages and looking at the pictures.
Q. What's the most exciting/important thing happening in your space?
A. I'm excited that R is becoming more and more accessible to users who don't primarily identify as programmers. Many scientists, engineers, and data analysts have outgrown programs that provide canned data analysis routines, and they're turning increasingly to R. The growing popularity of R is part of a virtuous circle: as R gains a larger user base, it encourages people to create better educational materials and programming tools for R, which in turn helps to grow the number of R users.
Technology-wise, I'm excited by Shiny, which is a framework for bringing R analyses to the web. (I should mention that this it's part of my job to work on the development of Shiny.) This makes it possible to build interactive applications for data analysis and visualization for users who don't need to know R, or even that the application is backed by R.
About the Author
Product details
- Publisher : O'Reilly Media; 1st edition (February 5, 2013)
- Language : English
- Paperback : 411 pages
- ISBN-10 : 1449316956
- ISBN-13 : 978-1449316952
- Item Weight : 1.54 pounds
- Dimensions : 7 x 0.9 x 9.19 inches
- Best Sellers Rank: #202,451 in Books (See Top 100 in Books)
- #34 in Mathematical & Statistical Software
- #59 in Data Modeling & Design (Books)
- #206 in Software Development (Books)
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonCustomers say
Customers find the book very useful and excellent. They say it's concise, clear, and easy to follow. Readers appreciate the variety of examples and graphics quality. They mention it explains all of the options and rely on built-in functions. Overall, customers say the book is worth the money and recommended.
AI-generated from the text of customer reviews
Customers find the book very useful, excellent, and a great addition to their office libraries. They say it has interesting and useful things. Readers also mention it's a companion for serious and casual R users.
"...combined with Chapter 15 (Getting Your Data into Shape) are not only well done, but very succinct for busy professionals...." Read more
"...alternative that's likely just as helpful, but Chang's book serves as a great reference, and contains almost everything you need all in one." Read more
"Chang's book is very useful. I had first bought it in kindle and ended up buying it in paper as a desk reference...." Read more
"...author introduces you to several other R packages that provide useful tools for handling data...." Read more
Customers find the book concise, clear, and easy to follow. They say it's an excellent quick reference that explains things very well. Readers also mention the recipe format is great for beginners and advanced users.
"...The explanations are very well written and organized, and the fact that all of the pertinent graphs are in color was very helpful when it came time..." Read more
"...almost like another language within R, but it's thankfully a very simple language -- far more simple and far more flexible, I feel, than the built-..." Read more
"...Recipes are easy for instant hands-on, but to figure out the principles based on discrete recipes is a demanding job for average users...." Read more
"...I am pleased with the authors style of writing and his presentation of the data...." Read more
Customers find the book loaded with meaningful examples. They say the examples are short and to the point, explaining all the options. Readers also mention the book is comprehensive and covers all types of graphs.
"...This books teach you how to proceed. It has many examples and recipes...." Read more
"...dataset, and this book fills in the "art" part by providing an excellent collection of recipes for how to create and customize just about any type..." Read more
"...ggplot2 are grasped by the reader, the book does an excellent job of presenting many examples of ways to creatively use the power of ggplot2 to do..." Read more
"...He likes that there are not only recipes, but underlying reasons. The book provides insight into how R is intended to work...." Read more
Customers find the graphics quality of the book excellent. They also appreciate the clean presentation, color illustrations, and beautiful photos. Readers mention the book is excellent for teaching basic and advanced graphics in R. They mention it offers nearly complete control over your graphics output, building them layer by layer.
"...Full sections are devoted to bar graphs, line graphs, scatter plots, data distribution graphics, customizing annotations, axes, legends, color..." Read more
"...It helps both to find patterns and to communicate them...." Read more
"Lots of color illustrations (one on nearly every page; some pages have a few), with a succinct 3-pronged Problem-Solution-Discussion presentation..." Read more
"Wonderful to see so many excellent visualizations (in color even) and the code that produces it...." Read more
Customers find the book worth the money. They say it's an excellent quick reference at a fair price.
"...Very well recommended." Read more
"...Most definitely worth the time & $." Read more
"...This book might be more valuable than R cookbook, despite being limited to graphics...." Read more
"...It's definitely worth the price." Read more
Customers find the book well-organized and easy to use.
"Great book! The book is very well organized, which enables fast learning.The reason for missing a star:..." Read more
"...The index is well organized and makes it simple to flip to the right section, figure out how to do something using the examples and then make..." Read more
"This book is well-organized, well-written, and full of relevant examples. It's the best programming reference book I've ever used...." Read more
"Excellent book. Very detailed and organized, although it's not exclusive." Read more
Reviews with images
-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
What Chang presents in this book is extremely practical. My recent pro bono work to move a client away from Microsoft Excel to this powerful open source platform and industry standard used for both small and big data analytics is partially testament to the usefulness of this book. While I have needed to peruse R package documentation as part of this work, it is not a stretch to say that a majority of what I needed was contained in this book, either as starting points or complete examples. The explanations are very well written and organized, and the fact that all of the pertinent graphs are in color was very helpful when it came time to understanding how ggplot2 can be used for tasks such as plotting multiple lines in one plot, and the data setup that is necessary to perform these tasks, which is a bit different than base R plotting functions, but worth the effort to use since ggplot2 employs universal usage patterns.
While "R in Action" might be better at easing the reader into the R language and environment, this book starts with enough R basics in its first two chapters, such as installing packages and loading data, that most will find it sufficient for getting their feet wet, and the author's introduction to ggplot2 in the appendix combined with Chapter 15 (Getting Your Data into Shape) are not only well done, but very succinct for busy professionals. After discussing bar graphs, line graphs, scatter plots, and summarized data distributions, the author presents annotations, axes, legends, and controlling the overall appearance of graphs, followed by discussions on facets, miscellaneous graphs, and outputting for presentation. If you are new to ggplot2, you will probably need to touch a majority of these chapters to some degree in order to get up to speed, but information is easy to find. Very well recommended.
I spent a solid year learning and exploring R as a graduate student before I cracked open Winston Chang's R Graphics Cookbook and started learning ggplot2's little oddities. ggplot2 is itself almost like another language within R, but it's thankfully a very simple language -- far more simple and far more flexible, I feel, than the built-in graphics options.
Since you'll be printing your graphics step by step -- your boundaries before your lines; your lines separately from points; etc. -- it's easy to keep track of where every impact on the output image is occurring, allowing you to easily tweak the code and get immediate results. E.g., if annotations are not lining up where you want, or font size needs to be reduced.
Chang's cookbook is separated by what feature you need to either edit or create, making it easy to jump to what the reader needs. Full sections are devoted to bar graphs, line graphs, scatter plots, data distribution graphics, customizing annotations, axes, legends, color options, and cetera. Nearly 400 pages of text and images showing different ways of customizing and displaying every piece of your graphics. It's not a book you read cover to cover -- just the resource that 'cookbook' implies, meeting the reader's specific needs.
If you want to just jump into the code and see what you can do with your own data, there's no better place to start. Almost no time is devoted to unnecessary exercises or teaching you the fundamentals of the R programming language. Exploring the far reaches of the Internet is a free alternative that's likely just as helpful, but Chang's book serves as a great reference, and contains almost everything you need all in one.
The reason for missing a star:
After 3 chapters, I notice that there are a lot of similarities among of the plots. It would be immensely helpful if the author added a brief introductions on ggplot: the philosophy of the developers and the common features of different geoms. To me, it works like a photoshop, things work in layers and the order of layers affect the output. An overview of ggplot is helpful is because before you plot anything, it is a good idea to have a holistic picture in mind what layers I would be needing and which is the best way to organize the layers. Recipes are easy for instant hands-on, but to figure out the principles based on discrete recipes is a demanding job for average users.
Updated: in the end of the book, there is appendix A, which explains the philosophy of ggplot. -This is exactly what I wanted. I realized this after finishing the first 6 chapter. It really helps.
Top reviews from other countries
Cabe mencionar que este libro hace un uso extensivo del paquete ggplot2, el cual es el estándar de facto para gráficas en R por lo cual el libro tiene el doble propósito de cubrir tanto la graficación básica en R así como lal graficación con ggplot2.
Totalmente recomendable.
グラフィカルな結果の数式と例があります。
初心者向けのソフトウェアRの使用を理解する上で非常に役立ちます。
Geht es denn ich dem Buch nur um ggplot2? Nein, da ist einiges zu lesen über base graphics, da werden Mosaic plots mit vcd und Kuchendiagramme mit base graphics gemacht, aber der Schwerpunkt liegt ganz klar im Bereich ggplot2.
Das Buch kann man auch kostenlos online lesen und es sogar als PDF herunterladen. Es ist gut. Darum habe ich es gekauft. Einmal, weil ich gerne zwischendurch schnell zu einem Buch greife, dann weil ich auf der Suche nach der richtigen Grafik gerne mit den Fingern die Seiten durchrauschen lasse und nicht zuletzt, weil die Kombination aus kostenlosem und käuflichem Buch eine unbedingt unterstützenswerte Idee ist und wer das auch findet und das Geld hat, der sollte das die Verlage auch in Form von Einkünften wissen lasssen. Zumal das Buch einen sehr moderaten Preis hat.
Manchmal schreibe ich ans Ende einer Rezension Kaufempfehlung! In diesem Fall rate ich, in die kostenlose online-Version zu schauen und sich dann selbst zu entscheiden. Ich würde es wieder kaufen.






