Communicating with Data in the Tidyverse
Timo Grossenbacher
Data Journalist
```{r}
... ggplot2 code ...
```
```{r fig.height = 6}
... ggplot2 code ...
```
Option | Possible values | Effect |
---|---|---|
fig.height |
Numeric, inches | The height of the image in inches. |
fig.width |
Numeric, inches | The width of the image in inches. |
fig.align |
One of "left", "right" or "center" | The alignment of the image in the report. |
More options on the respective help page of the knitr
package.

An impressive mountain
Communicating with Data in the Tidyverse