Skip to content

steffilazerte/Figures-in-R

Repository files navigation

Figures in R

An introduction to R through the creation of figures with ggplot2!

TWS Manitoba Chapter Workshop
Tues April 18th 2023 6-8:30pm Central
No cost for members but limited space


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 if you run into any problems.

Take care to update both R and RStudio, in particular.


Workshop Resources

  • Slides (no answers)
  • Slides (answers)

Before the workshop

  • Install R (update R to the newest version, if already installed)

  • Install RStudio (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"))