Skip to content

Issue 2767 #3418

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 3 commits into from
Jul 17, 2019
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
3 changes: 2 additions & 1 deletion R/position-dodge.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#' Dodging preserves the vertical position of an geom while adjusting the
#' horizontal position. `position_dodge2` is a special case of `position_dodge`
#' for arranging box plots, which can have variable widths. `position_dodge2`
#' also works with bars and rectangles.
#' also works with bars and rectangles. But unlike `position_dodge`,
#' `position_dodge2` works without a grouping variable in a layer.
#'
#' @inheritParams position_identity
#' @param width Dodging width, when different to the width of the individual
Expand Down
3 changes: 1 addition & 2 deletions R/scale-continuous.r
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ NULL

#' @rdname scale_continuous
#'
#' @param sec.axis specify a secondary axis
#' @param sec.axis [sec_axis()] is used to specify a secondary axis.
#'
#' @seealso [sec_axis()] for how to specify secondary axes
#' @export
scale_x_continuous <- function(name = waiver(), breaks = waiver(),
minor_breaks = waiver(), labels = waiver(),
Expand Down
3 changes: 2 additions & 1 deletion man/position_dodge.Rd

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

4 changes: 1 addition & 3 deletions man/scale_continuous.Rd

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

2 changes: 1 addition & 1 deletion man/scale_date.Rd

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