Skip to content
Prev 33992 / 398513 Next

repeatedly applying function with matrix-rows as argument

apply(mymatrix, 1, function(x) myfun(x[1], x[2], x[3]))
On Mon, 30 Jun 2003, Maarten Speekenbrink wrote: