Author: Karthik Ram
Here are my slides for the Spring 2013 R seminar in Integrative Biology at UC Berkeley. The source file is ggplot.Rnw
. Feel free to modify and reuse as necessary.
To generate the pdf presentation locally:
knitr('ggplot.Rnw')
system("pdflatex ggplot.tex")
- [Elegant graphics for data analysis](http://www.amazon.com/ggplot2-Ele gant-Graphics-Data-Analysis/dp/0387981403/)
- R Graphics Cookbook