figures.Rmd
---
title: "Test: Figures"
---
```{r include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```
```{r}
plot(1:10)
```
---
title: "Test: Figures"
---
```{r include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```
```{r}
plot(1:10)
```