/ggplot-lecture

My lecture on ggplot at Cal (spring 2013)

Primary LanguageTeX

Introduction to ggplot2

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.

slides

To generate the pdf presentation locally:

knitr('ggplot.Rnw')
system("pdflatex ggplot.tex")

Suggested readings

License

Creative Commons Attribution 2.0 Generic License.