parent
5d96dd41b9
commit
4c171731e9
2
EDA.Rmd
2
EDA.Rmd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue