Skip to content

Commit 3699263

Browse files
committed
Merge branch 'v3.4.1-rc' of https://github.com/tidyverse/ggplot2 into v3.4.1-rc
2 parents c4da4e3 + f4b2a9b commit 3699263

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

R/stat-ellipse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' @references John Fox and Sanford Weisberg (2011). An \R Companion to
77
#' Applied Regression, Second Edition. Thousand Oaks CA: Sage. URL:
88
#' \url{https://socialsciences.mcmaster.ca/jfox/Books/Companion/}
9-
#' @refereces Michael Friendly. Georges Monette. John Fox. "Elliptical Insights: Understanding Statistical Methods through Elliptical Geometry."
9+
#' @references Michael Friendly. Georges Monette. John Fox. "Elliptical Insights: Understanding Statistical Methods through Elliptical Geometry."
1010
#' Statist. Sci. 28 (1) 1 - 39, February 2013. URL: \url{https://projecteuclid.org/journals/statistical-science/volume-28/issue-1/Elliptical-Insights-Understanding-Statistical-Methods-through-Elliptical-Geometry/10.1214/12-STS402.full}
1111
#'
1212
#' @param level The level at which to draw an ellipse,

man/stat_ellipse.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/articles/faq-axes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ ggplot(mpg, aes(drv)) +
473473
```
474474

475475
However note that this removes the padding at the bottom of the bars as well as on top.
476-
By default, ggplot2 The expands the scale by 5% on each side for continuous variables and by 0.6 units on each side for discrete variables.
476+
By default, ggplot2 expands the scale by 5% on each side for continuous variables and by 0.6 units on each side for discrete variables.
477477
To keep the default expansion on top while removing it at the bottom, you can use the following.
478478
The `mult` argument in `expansion()` takes a multiplicative range expansion factors.
479479
Given a vector of length 2, the lower limit is expanded by `mult[1]` (in this case 0) and the upper limit is expanded by `mult[2]` (in this case 0.05).

0 commit comments

Comments
 (0)