---
output:
bookdown::html_document2
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, message=FALSE, warning=FALSE)
```
This is sample content placed in the area defined by our title class.
This is sample content placed in the area defined by our large-left class.
```{r}
plot(pressure)
```
This is sample content placed in the area defined by our medium-middle class.
```{r}
plot(pressure)
```
This is sample content placed in the area defined by our medium-right class.
```{r}
plot(pressure)
```
This is sample content placed in the area defined by our bottom-full class.
```{r}
plot(pressure)
```
This is sample content placed in the area defined by our bottom-middle class.
```{r}
plot(pressure)
```
This is sample content placed in the area defined by our bottom-right class.
```{r}
plot(pressure)
```