R/wrapper.R

Defines functions wrapper

wrapper <-
function(x, y, FUN,...)    #internal
      {
       sapply(seq_along(x), FUN = function(i) FUN(x[i], y[i],...))
      }
lbelzile/BMAmevt documentation built on April 28, 2023, 2:29 p.m.