Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gadenbuie/trug-ggplot2

:bar_chart: Slides for presentation on ggplot2 at Tampa R Users Meetup (Jan 2018)
https://github.com/gadenbuie/trug-ggplot2

ggplot2 r-language rstats slides

Last synced: 3 months ago
JSON representation

:bar_chart: Slides for presentation on ggplot2 at Tampa R Users Meetup (Jan 2018)

Awesome Lists containing this project

README

        

# A Gentle Guide to the Grammar of Graphics with `ggplot2`

#### UPDATE: An updated version of these slides are available at .

These are the slides and repo for my talk at the Tampa R Users Meetup on January 23, 2018.

The slides are available here:

## Follow Along

You can use the script [`0-companion-script.R`](0-companion-script.R) to follow along during the talk or to review the plots later.

## Docker

If you happen to use [Docker], you can use the included `Dockerfile` to build a Docker container with everything you need (including RStudio thanks to the [Rocker] project).
Just clone this repo and run

```bash
# Build container image
docker build -t trug-ggplot2 ./

# Run image
docker run -d -p 8787:8787 trug-ggplot2
```

Then point your browser at `127.0.0.1:8787` and login with `rstudio` (for both).
The RStudio project for these slides will be under `trug-ggplot2/`

[Docker]: https://docs.docker.com/installation/
[Rocker]: https://github.com/rocker-org/rocker