Skip to content

Commit 89f39c3

Browse files
committed
Attempt to improve drop docs.
#1433
1 parent 067e096 commit 89f39c3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

R/scale-.r

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,9 @@ continuous_scale <- function(aesthetics, scale_name, palette, name = waiver(),
569569
#' they should take
570570
#' @param name the name of the scale - used as the axis label or the legend
571571
#' title
572-
#' @param drop drop unused factor levels from the scale (\code{TRUE} or
573-
#' \code{FALSE})
572+
#' @param drop Should unused factor levels be omitted from the scale?
573+
#' The default, \code{TRUE}, uses the levels that appear in the data;
574+
#' \code{FALSE} uses all the levels in the factor.
574575
#' @param breaks control the breaks in the guide. There are four possible
575576
#' types of input:
576577
#' \itemize{

man/discrete_scale.Rd

Lines changed: 3 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)