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

https://github.com/jumpingrivers/nhs-ggplot2

Workshop for the NHS R conference
https://github.com/jumpingrivers/nhs-ggplot2

Last synced: 8 months ago
JSON representation

Workshop for the NHS R conference

Awesome Lists containing this project

README

          

# ggplot2 workshop - NHS conference 2019

* [View the slides](https://jumpingrivers.github.io/nhs-ggplot2/slides.html) in your browser

### Install ggplot2

* Run the `install.packages()` command to install ggplot2

```
install.packages("ggplot2")
```

* Try using the library command to check it installed correctly.

```
library("ggplot2")
```

### Download the files

* Click the green button in the top right which says "Clone or Download"

* Select "Download zip"

* Unzip the folder on your computer

Let's go! :rocket: