Skip to content
Prev 255558 / 398506 Next

function in argument

Or:

foo<-function (x, xfun = dist) {
    match.fun(xfun)(x)
}
On Fri, Apr 1, 2011 at 7:06 PM, array chip <arrayprofile at yahoo.com> wrote: