Skip to content

Commit b853c8c

Browse files
committed
Redocument parameter
1 parent f369fe9 commit b853c8c

File tree

7 files changed

+34
-6
lines changed

7 files changed

+34
-6
lines changed

R/coord-cartesian-.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#' @param expand If `TRUE`, the default, adds a small expansion factor to
1010
#' the limits to ensure that data and axes don't overlap. If `FALSE`,
1111
#' limits are taken exactly from the data or `xlim`/`ylim`.
12+
#' Giving a logical vector will separately control the expansion for the four
13+
#' directions (top, left, bottom and right). The `expand` argument will be
14+
#' recycled to length 4 if necessary. Alternatively, can be a named logical
15+
#' vector to control a single direction, e.g. `expand = c(bottom = FALSE)`.
1216
#' @param default Is this the default coordinate system? If `FALSE` (the default),
1317
#' then replacing this coordinate system with another one creates a message alerting
1418
#' the user that the coordinate system is being replaced. If `TRUE`, that warning

man/coord_cartesian.Rd

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

man/coord_fixed.Rd

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

man/coord_flip.Rd

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

man/coord_map.Rd

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

man/coord_trans.Rd

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

man/ggsf.Rd

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

0 commit comments

Comments
 (0)