Skip to content

Commit

Permalink
Updated image size and centering
Browse files Browse the repository at this point in the history
  • Loading branch information
Gammerdinger authored Oct 7, 2024
1 parent 4c8cade commit 8c872ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessons/09_reordering-to-match-datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Indexing `[ ]` can be used to extract values from a dataset as we saw earlier, b
```r
teaching_team <- c("Jihe", "Mary", "Meeta", "Radhika", "Will", "Emma", "Heather", "Elizabeth", "Noor", "Upen")
```

<img src="../img/teaching_team_vector.png" width="600">

<p align="center">
<img src="../img/teaching_team_vector.png" width="1000">
</p>
Remember that we can return values in a vector by specifying it's position or index:

```r
Expand Down

0 comments on commit 8c872ba

Please sign in to comment.