Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/const-ae/ggplot2_basics_to_extensions
- Owner: const-ae
- Created: 2017-11-07T14:15:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T15:11:54.000Z (about 7 years ago)
- Last Synced: 2024-11-06T14:00:51.355Z (about 2 months ago)
- Language: HTML
- Size: 11.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 extensionThe 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)