Skip to content

Commit 11f5a84

Browse files
committed
discard superfluous self
1 parent 22690b4 commit 11f5a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-bin2d.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ StatBin2d <- ggproto(
5656
default_aes = aes(weight = 1, fill = after_stat(count)),
5757
required_aes = c("x", "y"),
5858

59-
compute_group = function(self, data, scales, binwidth = NULL, bins = 30,
59+
compute_group = function(data, scales, binwidth = NULL, bins = 30,
6060
breaks = NULL, origin = NULL, drop = TRUE,
6161
boundary = 0, closed = NULL, center = NULL) {
6262

0 commit comments

Comments
 (0)