阅读背景:

将n个函数的列表应用于数据帧的每一行?

来源:互联网 

I have a list of functions

我有一个功能列表

funs <- list(fn1 = function(x) x^2,
             fn2 = function(x) x^3,               
             fn3 = function(x) sin(x),
             fn4 = function(x) x+1)
#in reality these are all f = splinefun()
funs <-



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: