Skip to content

Commit e8b7a6c

Browse files
committed
Update README formatting
1 parent ff08c1d commit e8b7a6c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ Course notes and exercises on ggplot2 for the FISH554 class at the University of
88

99
2. Find the notes document `ggplot2-notes.pdf`. You can also download it directly from [this link](https://github.com/seananderson/ggplot2-FISH554/raw/master/ggplot2-notes.pdf).
1010

11-
3. Install the knitr R package:
12-
13-
```S
14-
install.packages("knitr")
15-
```
11+
3. Install the knitr R package: `install.packages("knitr")`
1612

1713
4. Open the file `ggplot2-exercises.Rmd`. This is an R Markdown document. See the notes below if you're unfamiliar with it.
1814

19-
20-
2115
5. Work your way through that file while you read the PDF notes document. When you want to check your work, or if you really get stuck, jump over to the [this version](https://github.com/seananderson/ggplot2-FISH554/blob/master/ggplot2-exercises-answers.md) that has the answers.
2216

2317
## Working with R Markdown
@@ -35,6 +29,7 @@ The basic idea is to add R code within the code chunks:
3529
```{r}
3630
# Add your code here
3731
```
32+
3833
You can then run those code chunks, jump to chunks via the pop up menu in the bottom left of the code window, and "knit" the whole document via the "Knit HTML" button at the top of your code window.
3934

4035

0 commit comments

Comments
 (0)