Skip to content

Commit cb63477

Browse files
committed
document
1 parent 7c5a27d commit cb63477

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

R/scale-discrete-.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
#' argument (the number of levels in the scale) returns the numerical values
1717
#' that they should take.
1818
#' @param sec.axis [dup_axis()] is used to specify a secondary axis.
19+
#' @param continuous.limits One of:
20+
#' * `NULL` to use the default scale range
21+
#' * A numeric vector of length two providing a display range for the scale.
22+
#' * A function that accepts the existing discrete limits and returns a
23+
#' numeric vector of length two.
1924
#' @rdname scale_discrete
2025
#' @family position scales
2126
#' @seealso

man/scale_discrete.Rd

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)