Fix typo above code, the instruction ask for price by cut but the code is body mass by species
This commit is contained in:
Divider85 2022-12-14 10:43:33 +03:00 committed by GitHub
parent ed4a29e31e
commit 83a2845e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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