Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/const-ae/ggplot2_basics_to_extensions

Material from my talk "ggplot2: whistlestop tour from basics to extensions" at the Oxford R User group meetup.
https://github.com/const-ae/ggplot2_basics_to_extensions

Last synced: 9 days ago
JSON representation

Material from my talk "ggplot2: whistlestop tour from basics to extensions" at the Oxford R User group meetup.

Awesome Lists containing this project

README

        

# ggplot2: whistlestop tour from basics to extensions

Material from my talk on the 6th of November 2017 at the Oxford R User group meetup.

It covers the following topics:

- Basic introduction to ggplot2
- Dos and don'ts of data visualization
- The Grammar of Graphics
- How to create a ggplot2 extension

The slides are [here](https://github.com/const-ae/ggplot2_basics_to_extensions/blob/master/presentation.pdf), the example code for the basic ggplot calls are [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/const-ae/ggplot2_basics_to_extensions/master/ggplot_demo.nb.html) and the code with for ggplot extension is [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/const-ae/ggplot2_basics_to_extensions/master/chull_to_ggsignif.nb.html)