[R] Nesting Functions

Manuel Morales Manuel.A.Morales at williams.edu
Fri Jan 27 03:45:05 CET 2006


Dear list members,

I'm looking for a way to write "nested" functions similar to the
function "Nest" or "NestList" in Mathematica.

E.g.,

f<-function(x) x+2*x

f(f(f(2)))

might instead be written as nest(f, 2, 3)

read as, nest function f 3 times with 2 as the initial value.

Thanks!

Manuel




More information about the R-help mailing list