We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aede912 commit 532daecCopy full SHA for 532daec
R/bin.R
@@ -1,5 +1,5 @@
1
bins <- function(breaks, closed = c("right", "left"),
2
- fuzz = 1e-08 * median(diff(breaks))) {
+ fuzz = 1e-08 * stats::median(diff(breaks))) {
3
stopifnot(is.numeric(breaks))
4
closed <- match.arg(closed)
5
0 commit comments