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)
|
||||
|
||||
Reference in New Issue
Block a user