diff --git a/EDA.Rmd b/EDA.Rmd index 24abf27..fa3725c 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -453,7 +453,7 @@ ggplot(data = diamonds) + geom_point(mapping = aes(x = carat, y = price)) ``` -Scatterplots become less useful as the size of your dataset grows, because points begin to overplot, and pile up into areas of uniform black (as above). This problem is similar to showing the distribution of price by color using a scatterplot: +Scatterplots become less useful as the size of your dataset grows, because points begin to overplot, and pile up into areas of uniform black (as above). This problem is similar to showing the distribution of price by cut using a scatterplot: ```{r, dev = "png"} ggplot(data = diamonds) +