https://github.com/steffilazerte/workshop-figures-in-r
R workshop for introducing students to R through the use of figures
https://github.com/steffilazerte/workshop-figures-in-r
figures rstats workshop
Last synced: 3 months ago
JSON representation
R workshop for introducing students to R through the use of figures
- Host: GitHub
- URL: https://github.com/steffilazerte/workshop-figures-in-r
- Owner: steffilazerte
- Created: 2021-11-18T16:00:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T20:52:28.000Z (over 1 year ago)
- Last Synced: 2025-02-03T12:51:39.464Z (over 1 year ago)
- Topics: figures, rstats, workshop
- Language: HTML
- Homepage: http://steffilazerte.ca/workshop-figures-in-r/
- Size: 108 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Making figures in R!
*An introduction to R through the creation of figures with ggplot2!*
---
Welcome!
Join Steffi for this gentle introduction to R through the creation of figures.
Good for those with no R experience and those who want to learn more about using
the ggplot2 R package.
This GitHub repository holds all the information relating to our workshop.
> **Important!**
>
> Make sure you're ready for the workshop by following the **Before the workshop** instructions. Please [email me](mailto:sel@steffilazerte.ca) if you run into any problems.
>
> Take care to update both R and RStudio, in particular.
---
### Workshop Resources
- Slides (no answers)
- [html](https://steffilazerte.ca/workshop-figures-in-r/) (best)
- [pdf](https://steffilazerte.ca/workshop-figures-in-r/figures_in_r_slides_sm.pdf)
- Slides (answers)
- [html](https://steffilazerte.ca/workshop-figures-in-r/slides_answers.html) (best)
- [pdf](https://steffilazerte.ca/workshop-figures-in-r/figures_in_r_slides_answers_sm.pdf)
### Before the workshop
- [Install R](https://muug.ca/mirror/cran/)
(**update R** to the newest version, if already installed)
- [Install RStudio](https://www.rstudio.com/products/rstudio/download/)
(**update RStudio** to the newest version, if it's already installed)
- Install R packages for following along
- `ggplot2`
- `patchwork`
- `palmerpenguins`
To install via R commands:
```
install.packages(c("ggplot2", "patchwork", "palmerpenguins"))
```
# Use of this material for teaching
Are you an R educator? Do you want to give this workshop?
Go for it! I would love for you to adapt this material for your own use. It's licensed as GPLv3 which means you can free to copy, adapt, and use this material, but any modifications you make must also be shared under the GPLv3 licence.
Essentially if you use/adapt this material, I hope that you'll pay it forward and share with others.
I'd love to hear if you use this, how the workshop when (what worked, what didn't, and how you made changes), but that's not a requirement.
Have fun!