Review of R Graphs Cookbook

[This article was first published on John Myles White » Statistics, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

The kind people at Packt Publishing recently asked me to review one of their newest R books: the R Graphs Cookbook. In general, I think pretty highly of the book: it provides a nice overview of the basic tools for visualizing data in R. If you’re just getting started with creating graphs in R, this book could be a very valuable resource. It’s clearly targeted at beginners, though it does seem to assume at least a little familiarity with R’s basic data structures and control flow. Perhaps more importantly for potential readers, the book actually works through some comprehensible, extended examples, which makes it substantially more readable than the default R documentation. I’d probably have benefited from having this book when I was first starting to learn to program in R.

Another plus for the book is that it covers some of the graphing functionality that’s provided by the base, lattice and ggplot2 packages. That last bit is particularly important to me: I hope this book represents one of the first members of a new generation of books on R that will treat ggplot2 as a default tool for building graphs in R — if not the default tool. That said, I’d actually have been happy if the book had proselytized more strongly for ggplot2, even though I can imagine that it’s probably a good thing to expose beginner users to the traditional tools in R for visualizing data in addition to the newest favorite contender.

For intermediate users, I suspect that the most useful part of the book will be the discussion in the second chapter of some of the lower level graphic parameters that par() gives you access to. I’d never learned to use those features very effectively, so the chapter covering those details was particularly helpful for me. Also, there’s a later chapter on creating maps that’s quite nice, as well as a final chapter that’s focused on producing publication-ready graphics. Both of those chapters could be very useful for more advanced readers: for example, I knew absolutely nothing about working with fonts in R before reading those sections.

In short, the R Graphs Cookbook seems like a useful book to have around for most R hackers and a potentially very valuable resource for new programmers. If you’re interested in finding a starting point for learning to build graphs in R, I’d suggest considering this book.

To leave a comment for the author, please follow the link and comment on their blog: John Myles White » Statistics.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)