diff --git a/EDA.Rmd b/EDA.Rmd index 72e957c..6385a48 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -299,7 +299,7 @@ ggplot(data = diamonds, mapping = aes(x = price)) + It's hard to see the difference in distribution because the overall counts differ so much: -```{r, fig.width = "50%", out.width =4} +```{r, fig.width = "50%", fig.width = 4} ggplot(diamonds, aes(cut)) + geom_bar() ```