ggstance package has been superseded by ggplot2 3.3.0 (#917)
This commit is contained in:
parent
e13a376ef1
commit
f1805f2bfc
4
EDA.Rmd
4
EDA.Rmd
|
@ -378,8 +378,8 @@ ggplot(data = mpg) +
|
|||
Why does the combination of those two relationships lead to lower quality
|
||||
diamonds being more expensive?
|
||||
|
||||
1. Install the ggstance package, and create a horizontal boxplot.
|
||||
How does this compare to using `coord_flip()`?
|
||||
1. Exchange x variable and y variable in a vertical boxplot, and create
|
||||
a horizontal boxplot. How does this compare to using `coord_flip()`?
|
||||
|
||||
1. One problem with boxplots is that they were developed in an era of
|
||||
much smaller datasets and tend to display a prohibitively large
|
||||
|
|
Loading…
Reference in New Issue