R/linearInterp.R

#' @importFrom stats approx
linearInterp = function (x, y, start=1, end=100){
  approx(x, y, xout=start:end)
}

Try the tracheideR package in your browser

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

tracheideR documentation built on May 2, 2019, 7:29 a.m.