Skip to content

Commit

Permalink
Address Sebastian's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer authored and sgibb committed Jan 24, 2024
1 parent 7325eeb commit 8d3e22e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/binning.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ bin <- function(x, y, size = 1,
#' ## difference between the values increases (by ppm)
#' diff(res)
breaks_ppm <- function(from = 1, to = 1, by = 1, ppm = 0) {
## Maybe implement in C for higher performance.
l <- ceiling((to - from + 1) / by)
res <- rep(NA_real_, l)
res[1L] <- a <- from
Expand Down

0 comments on commit 8d3e22e

Please sign in to comment.