Typo in chunk option

This commit is contained in:
hadley 2016-07-22 16:07:07 -05:00
parent 959cac4d08
commit 45d2353262
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ ggplot(data = diamonds, mapping = aes(x = price)) +
It's hard to see the difference in distribution because the overall counts differ so much:
```{r, fig.width = "50%", out.width =4}
```{r, fig.width = "50%", fig.width = 4}
ggplot(diamonds, aes(cut)) +
geom_bar()
```