Skip to content

ggplot2#3626 minor text issue fix #3779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions R/stat-density.r
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
#' @param n number of equally spaced points at which the density is to be
#' estimated, should be a power of two, see [density()] for
#' details
#' @param trim This parameter only matters if you are displaying multiple
#' densities in one plot. If `FALSE`, the default, each density is
#' computed on the full range of the data. If `TRUE`, each density
#' is computed over the range of that group: this typically means the
#' estimated x values will not line-up, and hence you won't be able to
#' stack density values.
#' @param trim If `FALSE`, the default, each density is computed on the
#' full range of the data. If `TRUE`, each density is computed over the
#' range of that group: this typically means the estimated x values will
#' not line-up, and hence you won't be able to stack density values.
#' This parameter only matters if you are displaying multiple densities in
#' one plot or if you are manually adjusting the scale limits.
#' @section Computed variables:
#' \describe{
#' \item{density}{density estimate}
Expand Down
12 changes: 6 additions & 6 deletions man/geom_density.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.