diff --git a/EDA.Rmd b/EDA.Rmd index 8c934d4..b8a2977 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -494,7 +494,7 @@ ggplot(data = smaller, mapping = aes(x = carat, y = price)) + 1. Visualise the distribution of carat, partitioned by price. 1. How does the price distribution of very large diamonds compare to small - diamonds. Is it as you expect, or does it surprise you? + diamonds? Is it as you expect, or does it surprise you? 1. Combine two of the techniques you've learned to visualise the combined distribution of cut, carat, and price.