Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik/ggplot-lecture
My lecture on ggplot at Cal (spring 2013)
https://github.com/karthik/ggplot-lecture
Last synced: about 1 month ago
JSON representation
My lecture on ggplot at Cal (spring 2013)
- Host: GitHub
- URL: https://github.com/karthik/ggplot-lecture
- Owner: karthik
- Created: 2013-04-02T17:40:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T22:49:46.000Z (almost 6 years ago)
- Last Synced: 2024-08-06T03:06:38.122Z (3 months ago)
- Language: TeX
- Size: 3.02 MB
- Stars: 42
- Watchers: 10
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to ggplot2
Author: [Karthik Ram](mailto:[email protected])
Here are my [slides](https://github.com/karthikram/ggplot-lecture/blob/master/ggplot.pdf?raw=true) 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](slides.png)](https://github.com/karthikram/ggplot-lecture/blob/master/ggplot.pdf?raw=true)
To generate the pdf presentation locally:
```r
knitr('ggplot.Rnw')
system("pdflatex ggplot.tex")
```* [R code from the deck](https://github.com/karthikram/ggplot-lecture/blob/master/ggplot.R)
## Suggested readings
* [Elegant graphics for data analysis](http://www.amazon.com/ggplot2-Ele gant-Graphics-Data-Analysis/dp/0387981403/)
* [R Graphics Cookbook](http://www.amazon.com/R-Graphics-Cookbook-Winston-Chang/dp/1449316956)