Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.21 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.21 KB

R charting

This introduction to R charting using ggplot2 is suitable for those who have completed the Intro R training or have at least reached an equivalent standard to having done this.


For attendees

You will find the following documents useful:

This training session is run in person/over Teams every few months. Alternatively, you can go through this material in your own time - you can find recordings of a previous session here. If you work through the material by yourself please leave feedback about the material here.

Please contact Aidan Mews if you have any questions.

Set up instructions


For presenters

  • index.Rmd is the markdown for the presentation slides (knitted to index.html).
  • The Github.io page with the presentation should deploy after each PR to the master branch.
  • If changes are made to the slides please recreate the R_code_participant.R file by running the code in render_r_code_from_source.R.
  • Solutions to the exercises are found in the solutions.Rmd file (knitted to solutions.html). The HTML solutions are not automatically deployed so to use them you will either need to open them in R studio or download them from GitHub and view them in a browser.