inst/snippet/boxplot01.R

## gf_boxplot(Sepal.Length ~ Species, data = iris)
## gf_boxplot(Sepal.Length ~ Species, data = iris) %>%
##   gf_refine(coord_flip())
## gf_boxplot(duration ~ "", data = MASS::geyser) %>%
##   gf_refine(coord_flip())
rpruim/fastR2 documentation built on Nov. 11, 2023, 7:32 a.m.