About a month ago, this classic gem popped up in my Twitter feed. For those unable to view the image, it is a Thanksgiving turkey made completely in ggplot2 by the guys over at is.R. I was so inspired by this plot I decided to see whether I could …
A couple of weeks ago, I wrote a post giving you an introduction to reproducible research in Python. While the principles of reproducibility stay the same no matter the language you are using, there are some specific libraries and tools that R has …
A few weeks ago, I was lucky enough to present at PyCon Australia, right here in my home town of Melbourne. My talk was on reproducible research, an increasingly important concept in science and data analysis as projects become more complicated and …
Part of the series Plotting in R With Ggplot2 1. Line plots in ggplot2 2. Area plots in ggplot2 3. Bar plots in ggplot2 4. Stacked bar plots in ggplot2 5. Scatterplots in ggplot2 6. Weighted scatterplots in ggplot2 7. Histograms in ggplot2 8. …