Remove redundant question

Fixes #836
This commit is contained in:
Hadley Wickham 2021-04-18 09:09:30 -05:00
parent 5d96dd41b9
commit 4c171731e9
1 changed files with 0 additions and 2 deletions

View File

@ -172,8 +172,6 @@ As an example, the histogram below suggests several interesting questions:
- Why are there more diamonds slightly to the right of each peak than there are slightly to the left of each peak?
- Why are there no diamonds bigger than 3 carats?
```{r}
ggplot(data = smaller, mapping = aes(x = carat)) +
geom_histogram(binwidth = 0.01)