ggstance package has been superseded by ggplot2 3.3.0 (#917)

This commit is contained in:
Mitsuo Shiota
2021-02-09 02:33:15 +09:00
committed by GitHub
parent e13a376ef1
commit f1805f2bfc

View File

@@ -378,8 +378,8 @@ ggplot(data = mpg) +
Why does the combination of those two relationships lead to lower quality Why does the combination of those two relationships lead to lower quality
diamonds being more expensive? diamonds being more expensive?
1. Install the ggstance package, and create a horizontal boxplot. 1. Exchange x variable and y variable in a vertical boxplot, and create
How does this compare to using `coord_flip()`? 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 1. One problem with boxplots is that they were developed in an era of
much smaller datasets and tend to display a prohibitively large much smaller datasets and tend to display a prohibitively large