Fix typo (#1181)
Fix typo above code, the instruction ask for price by cut but the code is body mass by species
This commit is contained in:
parent
ed4a29e31e
commit
83a2845e19
|
@ -587,7 +587,7 @@ Each boxplot consists of:
|
|||
knitr::include_graphics("images/EDA-boxplot.png")
|
||||
```
|
||||
|
||||
Let's take a look at the distribution of price by cut using `geom_boxplot()`:
|
||||
Let's take a look at the distribution of body mass by species using `geom_boxplot()`:
|
||||
|
||||
```{r}
|
||||
#| warning: false
|
||||
|
|
Loading…
Reference in New Issue