Skip to content

Commit

Permalink
Correct Exercise 1 so the values in the table match up with the solut…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
markdunning committed Dec 2, 2016
1 parent eeffa9a commit 29ac345
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions Slides-day1.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
100 changes: 50 additions & 50 deletions Slides-day1.html

Large diffs are not rendered by default.

0 comments on commit 29ac345

Please sign in to comment.