Skip to content

Commit f7652fe

Browse files
committed
remove deprecated args
1 parent c5f38c5 commit f7652fe

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

R/stat-bin.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ StatBin <- ggproto(
4343
compute_group = function(data, scales, binwidth = NULL, bins = NULL,
4444
center = NULL, boundary = NULL,
4545
closed = c("right", "left"), pad = FALSE,
46-
breaks = NULL, flipped_aes = FALSE, drop = "none",
47-
# The following arguments are not used, but must
48-
# be listed so parameters are computed correctly
49-
origin = NULL, right = NULL) {
46+
breaks = NULL, flipped_aes = FALSE, drop = "none") {
5047
x <- flipped_names(flipped_aes)$x
5148
bins <- compute_bins(
5249
data[[x]], scales[[x]],

man/geom_histogram.Rd

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

0 commit comments

Comments
 (0)