Tracking ggplot2 Extensions

[This article was first published on R – Emaasit's Blog, 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.

ggplot2-2

Introduction

The purpose of this blog post is to inform R users of a website that I created to track and list ggplot2 extensions. The site is available at: http://ggplot2-exts.github.io. The purpose of this site is to help other R users easily find ggplot2 extensions that are coming in “fast and furious” from the R community.

If you have developed or intend on developing ggplot2 extensions, submit them so that other R users can easily find them. To do so, simply create an issue or a pull request on this github repository.

Incase you are wondering what ggplot2 extensions are; these are R packages that extend the functionality of the ggplot2 package by Dr. Hadley Wickham. This extensibility mechanism became available in ggplot2 version 2.0.0 released on December 17th, 2015.

Motivation for Developing this Website

When Hadley announced the release of ggplot2 2.0.0, perhaps the most exciting news was the addition of an official extension mechanism. This mechanism allows other R developers to easily create their on stats, geoms and positions, and provide them in other packages. This means that even when less development occurs in the ggplot2 package itself, the community will continue to release packages for graphical analysis that extend/solve different requirements. (To learn how you can develop your own extensions, there’s a step by step tutorial here: https://cran.r-project.org/web/packages/ggplot2/vignettes/extending-ggplot2.html)

Immediately after this announcement, several extensions started popping up. I was able to learn of some because they were posted out on twitter by @hadleywickham.

Screenshot_2016-01-30-10-52-46-1

But it got me thinking….. R users who are not active on social media must be missing out on these new cool extensions. In addition, if I didn’t check my twitter feed on a particular day, I would miss tweets about new extension-packages. This was not an effective way of searching for packages. There has to be a better way to track and list ggplot2 extensions. Quickly, I sprang into action to help fill this gap. But first, I had to find out if such an initiative already existed in the R community.

Screenshot_2016-01-30-10-52-27-1

It turned out none existed. I quickly started developing one and a couple of hours later, we had a working website (http://ggplot2-exts.github.io) with a list of extensions known to me then.

ggplot2-3

Hadley was kind enough to inform his followers on twitter about this new initiative. (I should mention, it was the highlight of my life getting a “thumps up” from Hadley Wickham).

Screenshot_2016-02-01-15-12-16-1

As it turns out, I was not the only one concerned about this issue. Several other R users had made similar inquiries.

Screenshot_2016-01-30-10-49-14-2

Closing Remarks

In closing, I hope to see more cool extensions being developed and shared with the rest of the community on ggplot2-exts.github.io so that other R Users can easily find them. Don’t forget to create an issue or a pull request on this github repo.


Tagged: Data Science, Data Visualization, R

To leave a comment for the author, please follow the link and comment on their blog: R – Emaasit's Blog.

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)