Data Visualization in R

Data Visualization in R

These are notes on data visualization in R. Please install the following packages before you start

install.packages(c('ggplot2', 'rmarkdown', 'dplyr'))

Schedule

Topic Time Slot
Base Graphics 1:00 - 1:30
Grammar of Graphics 1:30 - 2:15
Interactive Visualization 2:15 - 2:30

Discussions

Class discussions will happen over etherpad. Please sign up at the link below

https://etherpad.mozilla.org/2014-10-31-nw

Acknowledgements

I would like to acknowledge Hadley Wickham, Jennifer Bryan and Karthik Ram and other contributors from the SWC community, for allowing me to adapt and use their content. All material in this repository is licensed under CC-BY-NC-SA