The slide is powered by the framework reveal.js (Hakim El Hattab) under MIT license. Unless otherwise mentioned, the content itself is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
This repo contains the slides for presentation given at Taiwan R User Group meet up and the corresponding R example code. It mainly follows the mindflow of the book: Winston C. (2012) R Graphics Cookbook. Sebastopol, CA: O'Reilly Media, Inc.
It basically depends on the following packages: ggplot2, gcookbook and plyr. All of them can be installed by
install.packages(c('ggplot2', 'gcookbook', 'plyr'))Simply open the link http://ccwang002.github.io/ggplot2-tutorial/ will do.
One can git clone this repository or download the zip file then extract it to get full source.
Open the file slides/index.html in browser (javascript may be needed) then one can enjoy the slide locally.
I manage the gh-pages branch using ghp-import, which can be installed by
pip install ghp-importTo update the slides content shown in the gh-pages branch, it is simply one command away
ghp-import -m 'Update slides' -p slides