---
product_id: 33509203
title: "ggplot2: Elegant Graphics for Data Analysis (Use R)"
price: "HK$469"
currency: HKD
in_stock: true
reviews_count: 10
url: https://www.desertcart.hk/products/33509203-ggplot2-elegant-graphics-for-data-analysis-use-r
store_origin: HK
region: Hong Kong
---

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

**Price:** HK$469
**Availability:** ✅ In Stock

## Quick Answers

- **What is this?** ggplot2: Elegant Graphics for Data Analysis (Use R)
- **How much does it cost?** HK$469 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.hk](https://www.desertcart.hk/products/33509203-ggplot2-elegant-graphics-for-data-analysis-use-r)

## Best For

- Customers looking for quality international products

## Why This Product

- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

Buy ggplot2: Elegant Graphics for Data Analysis (Use R) on desertcart.com ✓ FREE SHIPPING on qualified orders

Review: 2nd Ed: only edition. Great introduction for beginners and a great resource for advanced users. - This review is for the 2nd Edition of the book. ggplot2 has changed a lot in recent years and the old book is no longer useful. Hadley has rewritten the book on ggplot2 completely and utilized the examples and questions from the communities on StackOverflow and GoogleGroups as a guide. The book starts off gentle, but does assume you have basic knowledge of R (installation of packages, some base functions, loading libraries and simple syntax). The components of the grammar are brought in piecewise and in a logical way that should help early learners and refresh those of us who have used the package for a while. There are tons of code examples which are colored coded for legibility and syntax reasons. Each block of code is followed by the output from that code, which helps the user understand what is expected. At the end of major sections, there are exercises which not only help you understand what you've learned, but also get you thinking about how you would analyze a similar dataset. This is really important because if you do these exercises, you will be well prepared to implement the visualization strategies herein on any dataset. Chapters 9-11 introduce auxiliary packages in the tidyverse (formerly "Hadleyverse") including dplyr, tidyr, and broom, which are used to discuss an entire data analysis pipeline. This sections does a good job of introducing these tools and what you would use them for. If you're interested in digging further into these packages, Hadley has been writing another book called R for Data Science which will hopefully be on sale in late 2016. An early version can be found here: [...] The last chapter is about programming with ggplot2. Hadley introduces some very useful, more advanced methods for plotting with ggplot2 from creating your own functions to using standard evaluation. A very useful introduction for more advanced users. Overall, the book is a gentle and thorough introduction to the ggplot2 package for beginners and a very useful references to all of the updates introduced in the last few years since the last ggplot book (Winston Chang's R Graphics Cookbook) R Graphics Cookbook .
Review: Up to date ggplot2!! - This book 2016 version of the 2009 book and is really good. Great examples! Updated to the current version of R so all the examples and references are to functions and packages in the current R version that I am using today... which makes it much easier to follow. Writing style is very clear. Examples of each concept along with review questions that really make you think about what has just been covered rather than just regurgitating facts. Overall style is concept, some details, and examples. Sometimes I wish Hadley would use more of an primitive breakdown approach to examples. For example one example starts with using loess to build some data for an example. I'd rather just see some plain data rather than a building some data from line fitting. That would make it easer to see how data flows through an example. I appreciate that what Hadley ends up with is real world data, but I, and this may just be me, I like things explained at a more primitive level. But in any case this book is not just showing you some neat plots, even though it has many, it is giving you the fundamentals you need to be able to implement from scratch the plots you think up in your head to point out statistical features in your data.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| Best Sellers Rank | #185,228 in Books ( See Top 100 in Books ) #8 in Graph Theory (Books) #31 in Graphics & Multimedia Programming #32 in Mathematical & Statistical Software |
| Customer Reviews | 4.4 4.4 out of 5 stars (180) |
| Dimensions  | 6.1 x 0.63 x 9.25 inches |
| Edition  | 2nd ed. 2016 |
| ISBN-10  | 331924275X |
| ISBN-13  | 978-3319242750 |
| Item Weight  | 9.3 pounds |
| Language  | English |
| Part of series  | Use R! |
| Print length  | 276 pages |
| Publication date  | June 16, 2016 |
| Publisher  | Springer |

## Images

![ggplot2: Elegant Graphics for Data Analysis (Use R) - Image 1](https://m.media-amazon.com/images/I/51wP9ML1pNL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ 2nd Ed: only edition. Great introduction for beginners and a great resource for advanced users.
*by B***R on July 17, 2016*

This review is for the 2nd Edition of the book. ggplot2 has changed a lot in recent years and the old book is no longer useful. Hadley has rewritten the book on ggplot2 completely and utilized the examples and questions from the communities on StackOverflow and GoogleGroups as a guide. The book starts off gentle, but does assume you have basic knowledge of R (installation of packages, some base functions, loading libraries and simple syntax). The components of the grammar are brought in piecewise and in a logical way that should help early learners and refresh those of us who have used the package for a while. There are tons of code examples which are colored coded for legibility and syntax reasons. Each block of code is followed by the output from that code, which helps the user understand what is expected. At the end of major sections, there are exercises which not only help you understand what you've learned, but also get you thinking about how you would analyze a similar dataset. This is really important because if you do these exercises, you will be well prepared to implement the visualization strategies herein on any dataset. Chapters 9-11 introduce auxiliary packages in the tidyverse (formerly "Hadleyverse") including dplyr, tidyr, and broom, which are used to discuss an entire data analysis pipeline. This sections does a good job of introducing these tools and what you would use them for. If you're interested in digging further into these packages, Hadley has been writing another book called R for Data Science which will hopefully be on sale in late 2016. An early version can be found here: [...] The last chapter is about programming with ggplot2. Hadley introduces some very useful, more advanced methods for plotting with ggplot2 from creating your own functions to using standard evaluation. A very useful introduction for more advanced users. Overall, the book is a gentle and thorough introduction to the ggplot2 package for beginners and a very useful references to all of the updates introduced in the last few years since the last ggplot book (Winston Chang's R Graphics Cookbook) R Graphics Cookbook .

### ⭐⭐⭐⭐⭐ Up to date ggplot2!!
*by D***N on July 16, 2016*

This book 2016 version of the 2009 book and is really good. Great examples! Updated to the current version of R so all the examples and references are to functions and packages in the current R version that I am using today... which makes it much easier to follow. Writing style is very clear. Examples of each concept along with review questions that really make you think about what has just been covered rather than just regurgitating facts. Overall style is concept, some details, and examples. Sometimes I wish Hadley would use more of an primitive breakdown approach to examples. For example one example starts with using loess to build some data for an example. I'd rather just see some plain data rather than a building some data from line fitting. That would make it easer to see how data flows through an example. I appreciate that what Hadley ends up with is real world data, but I, and this may just be me, I like things explained at a more primitive level. But in any case this book is not just showing you some neat plots, even though it has many, it is giving you the fundamentals you need to be able to implement from scratch the plots you think up in your head to point out statistical features in your data.

### ⭐⭐⭐⭐⭐ Writing code that makes pictures
*by A***Y on January 25, 2017*

It's hard to call yourself a statastician or data scientist without strong data visualization skills. Tools like Tableau or Microsoft office can only take you so far. ggplot is an excellent option that allows you to make highly customizable graphs at the cost of a slightly increased learning curve. As a statistics graduate student I found this book to be an excellent introduction to this R package and found the 2nd edition to be very up to date. It is by no means an exhaustive reference, but that makes the book readable and easy to follow. It provides just enough information to get you started and to point out major features and pitfalls, but there is no excess of words. I also appreciated the writer's familiarity with Tufte's philosophy. I highly recommend this book to anyone with at least a basic familiarity with R who looking to up their visualizations skills.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.hk/products/33509203-ggplot2-elegant-graphics-for-data-analysis-use-r](https://www.desertcart.hk/products/33509203-ggplot2-elegant-graphics-for-data-analysis-use-r)

---

*Product available on Desertcart Hong Kong*
*Store origin: HK*
*Last updated: 2026-05-17*