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:
@@ -587,7 +587,7 @@ Each boxplot consists of:
|
|||||||
knitr::include_graphics("images/EDA-boxplot.png")
|
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}
|
```{r}
|
||||||
#| warning: false
|
#| warning: false
|
||||||
|
|||||||
Reference in New Issue
Block a user