From 29ac3458dc98b8deebe4fc9e72f4393cf1eb13dd Mon Sep 17 00:00:00 2001 From: markdunning Date: Fri, 2 Dec 2016 09:08:47 +0000 Subject: [PATCH] Correct Exercise 1 so the values in the table match up with the solutions --- Slides-day1.Rmd | 4 +- Slides-day1.html | 100 +++++++++++++++++++++++------------------------ 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Slides-day1.Rmd b/Slides-day1.Rmd index 2965752..bb2315b 100644 --- a/Slides-day1.Rmd +++ b/Slides-day1.Rmd @@ -436,11 +436,11 @@ names(gene.expression) |Person | Weight (kg) | Height (cm)| |-------|------------------:|-------------------:| -|*Jo*|70.8|182| +|*Jo*|65.8|192| |*Sam*|67.9|179| |*Charlie*|75.3|169| |*Frankie*|61.9|175| -|*Alex*|72.4|181| +|*Alex*|92.4|171| - Create *weight* and *height* vectors to hold the data in each column using the `c` function. Create a *person* vector and use this vector to name the values in the other two vectors. diff --git a/Slides-day1.html b/Slides-day1.html index ba28969..6cbe66e 100644 --- a/Slides-day1.html +++ b/Slides-day1.html @@ -6,7 +6,7 @@ - + Introduction to Solving Biological Problems Using R - Day 1