Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

ccwang002/ggplot2-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ggplot2 Tutorial

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.

Introduction

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'))

View the Slides

Online

Simply open the link http://ccwang002.github.io/ggplot2-tutorial/ will do.

@local

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.

For Slides Uploading

I manage the gh-pages branch using ghp-import, which can be installed by

pip install ghp-import

To update the slides content shown in the gh-pages branch, it is simply one command away

ghp-import -m 'Update slides' -p slides

About

ggplot2 Intro at Taiwan R User Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published