diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-10-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-10-1.png index 8df6284..be26831 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-10-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-10-1.png differ diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-11-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-11-1.png index 31220bb..69c48d7 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-11-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-12-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-12-1.png index a3da977..777ebd9 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-12-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-5-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-5-1.png index 264592a..84f68ba 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-5-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-7-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-7-1.png index 3015e8b..ab7d09f 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-7-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-7-1.png differ diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-8-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-8-1.png index 22c1ef1..18b9404 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-8-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-8-1.png differ diff --git a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-9-1.png b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-9-1.png index b9222b3..136fb16 100644 Binary files a/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-9-1.png and b/pgt52m/week-4/workshop_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-11-1.png b/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-11-1.png index 440b089..ca9c24b 100644 Binary files a/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-11-1.png and b/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-11-1.png differ diff --git a/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-12-1.png b/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-12-1.png index a3debe0..10a30f3 100644 Binary files a/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-12-1.png and b/pgt52m/week-7/workshop_files/figure-html/unnamed-chunk-12-1.png differ diff --git a/pgt52m/week-8/study_after_workshop_files/figure-html/unnamed-chunk-14-1.png b/pgt52m/week-8/study_after_workshop_files/figure-html/unnamed-chunk-14-1.png index fff6ce9..a69a556 100644 Binary files a/pgt52m/week-8/study_after_workshop_files/figure-html/unnamed-chunk-14-1.png and b/pgt52m/week-8/study_after_workshop_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/pgt52m/week-8/workshop_files/figure-html/unnamed-chunk-13-1.png b/pgt52m/week-8/workshop_files/figure-html/unnamed-chunk-13-1.png index 5219dd2..87945c1 100644 Binary files a/pgt52m/week-8/workshop_files/figure-html/unnamed-chunk-13-1.png and b/pgt52m/week-8/workshop_files/figure-html/unnamed-chunk-13-1.png differ diff --git a/r4babs1/week-7/overview.html b/r4babs1/week-7/overview.html index 742966f..73d56a2 100644 --- a/r4babs1/week-7/overview.html +++ b/r4babs1/week-7/overview.html @@ -357,7 +357,7 @@

Overview

-

This week you will start writing R code in RStudio and will create your first graph! You will learn about data types such as “numerics” and “characters” and some of the different types of objects in R such as “vectors” and “dataframes”. These are the building blocks for the rest of your R journey. You will also learn a workflow and about the layout of RStudio and using RStudio Projects.

+

This week you will start using RStudio to write R code and you will create your first graph! You will learn about data types such as “numerics” and “characters” and object types such as “vectors” and “dataframes”. These are the building blocks for the rest of your R journey. You will also learn about the layout of RStudio and a workflow using scripts and RStudio Projects to keep your work organised.

An organized kitchen with sections labeled 'tools', 'report' and 'files', while a monster in a chef's hat stirs in a bowl labeled 'code.'

@@ -385,7 +385,9 @@

Instructions

  • First Steps in RStudio: Either 📖 Read the book OR 📹 Watch two videos
  • Workshop

    -

    i.💻 🐈 Coat colour of cats. Type in some data, perform calculations on, and plot it.

  • +
      +
    1. 💻 🐈 Coat colour of cats. Type in some data, perform calculations on, and plot it.
    2. +
  • Consolidate

    1. 💻 Create a plot

    2. diff --git a/r4babs1/week-7/workshop.html b/r4babs1/week-7/workshop.html index 561d573..c4c988e 100644 --- a/r4babs1/week-7/workshop.html +++ b/r4babs1/week-7/workshop.html @@ -401,7 +401,7 @@

      Workshop

      Artwork by Horst (2023): “Welcome to Rstats”
  • Session overview

    -

    In this introduction you will start working with RStudio. You will type in some data plot it and then customise your plot.

    +

    In this workshop you will use RStudio to write R code. You will type in some data, plot it and then customise your plot.

    Philosophy

    Workshops are not a test. It is expected that you often don’t know how to start, make a lot of mistakes and need help. It is expected that you are familiar with independent study content before the workshop. However, you need not remember or understand every detail as the workshop should build and consolidate your understanding. Tips