Skip to content

Commit 35a3440

Browse files
authored
Redocument stat_summary_bin()'s breaks argument. (#5747)
* Redocument `breaks` argument. * Re-mention binwidth and bins
1 parent 87a76e8 commit 35a3440

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

R/stat-summary-bin.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#' @rdname stat_summary
22
#' @inheritParams stat_bin
3+
#' @param breaks Alternatively, you can supply a numeric vector giving the bin
4+
#' boundaries. Overrides `binwidth` and `bins`.
35
#' @export
46
stat_summary_bin <- function(mapping = NULL, data = NULL,
57
geom = "pointrange", position = "identity",

man/stat_summary.Rd

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

0 commit comments

Comments
 (0)