Skip to content

Commit 2d54ee9

Browse files
authored
Change help message in geom_bindot() to not include reference to non-existent stat_bindot() (#4166)
1 parent a835207 commit 2d54ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-bindot.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ StatBindot <- ggproto("StatBindot", Stat,
99

1010
setup_params = function(data, params) {
1111
if (is.null(params$binwidth)) {
12-
message("`stat_bindot()` using `bins = 30`. Pick better value with `binwidth`.")
12+
message("Bin width defaults to 1/30 of the range of the data. Pick better value with `binwidth`.")
1313
}
1414
params
1515
},

0 commit comments

Comments
 (0)