Skip to content

Commit 0253123

Browse files
authored
ggplot2#3626 minor text issue fix (#3779)
* updating the manual word wrap updating manual word wrap * added manual spacing and also some `` around the words that are commands * removed the extra ` in the FALSE * updated the file for the line endings to be correct * adding additional text about manually adjusting the limits in trim * updating spacing and adding `` to the TRUE and FALSE * updating to say scales and also documented the changes, adding and committing
1 parent 3e35c7a commit 0253123

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

R/stat-density.r

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
#' @param n number of equally spaced points at which the density is to be
1010
#' estimated, should be a power of two, see [density()] for
1111
#' details
12-
#' @param trim This parameter only matters if you are displaying multiple
13-
#' densities in one plot. If `FALSE`, the default, each density is
14-
#' computed on the full range of the data. If `TRUE`, each density
15-
#' is computed over the range of that group: this typically means the
16-
#' estimated x values will not line-up, and hence you won't be able to
17-
#' stack density values.
12+
#' @param trim If `FALSE`, the default, each density is computed on the
13+
#' full range of the data. If `TRUE`, each density is computed over the
14+
#' range of that group: this typically means the estimated x values will
15+
#' not line-up, and hence you won't be able to stack density values.
16+
#' This parameter only matters if you are displaying multiple densities in
17+
#' one plot or if you are manually adjusting the scale limits.
1818
#' @section Computed variables:
1919
#' \describe{
2020
#' \item{density}{density estimate}

man/geom_density.Rd

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

0 commit comments

Comments
 (0)