A Gallery of ggplot2 Extensions
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A couple of months ago, I announced the ggplot2-extensions website which tracks and lists extensions built on top of the popular R visualization package ggplot2.
Now, I wanted to make it even easier for R users to filter and search for these extensions and so I have added a Gallery page. You can now search packages based on a filter like: if it’s on CRAN; or if it’s for a particular task e.g. time series, networks, tech, etc.

It’s now easier for R developers to add their extensions to this Gallery. Submit a pull request by following these simple instructions:
- 
Fork the gallery repository on Github.
 - 
Create a png thumbnail of an interesting plot from your extension that will look good on a retina screen at 350×300 pixels and put this file in the
imagesdirectory of the gallery repository. - 
Add an entry for your extension in the
_config.ymlfile of the repository with the meta data for your extension. - 
Push your changes and create a pull request.
 
Acknowledgement: Special thanks to Dr. Ryan Hafen (@hafenstats) for inspiring the design of this Gallery page.
Tagged: Data Science, Data Visualization, ggplot2, R
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.