R/Deprecated.R

Defines functions .which.closest

## deprecated since MALDIquant 1.15.2
## We have to keep it until May 2017 because the current MSnbase 2.0.x depends
## on this internal function.
.which.closest <- function(x, vec) {
  match.closest(x, vec, tolerance=Inf, nomatch=NA_integer_)
}

Try the MALDIquant package in your browser

Any scripts or data that you put into this service are public.

MALDIquant documentation built on May 29, 2024, 6:11 a.m.