diff --git a/data-visualize.qmd b/data-visualize.qmd index 36656e5..a516b3f 100644 --- a/data-visualize.qmd +++ b/data-visualize.qmd @@ -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