From 83a2845e1963936421f7fbc27cbf7b808351a1f2 Mon Sep 17 00:00:00 2001 From: Divider85 <120429609+Divider85@users.noreply.github.com> Date: Wed, 14 Dec 2022 10:43:33 +0300 Subject: [PATCH] Fix typo (#1181) Fix typo above code, the instruction ask for price by cut but the code is body mass by species --- data-visualize.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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