Skip to content

Commit d6fbb67

Browse files
committed
document
1 parent 053f2a5 commit d6fbb67

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

R/stat-bin.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
#' or left edges of bins are included in the bin.
2727
#' @param pad If `TRUE`, adds empty bins at either end of x. This ensures
2828
#' frequency polygons touch 0. Defaults to `FALSE`.
29+
#' @param keep.zeroes Treatment of zero count bins. If `"all"` (default), such
30+
#' bins are kept as-is. If `"none"`, all zero count bins are filtered out.
31+
#' If `"inner"` only zero count bins at the flanks are filtered out, but not
32+
#' in the middle.
2933
#' @eval rd_computed_vars(
3034
#' count = "number of points in bin.",
3135
#' density = "density of points in bin, scaled to integrate to 1.",

man/geom_histogram.Rd

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

0 commit comments

Comments
 (0)