Re: [R] Problem applying "outer" to a list of functions

2010-10-16 Thread jschamel
Thank you for the help! I was misunderstanding how 'outer' produced its grid of values: rather than an application of the supplied function for each element, the element takes a vector (or list) of values X and Y and combines them. Of course, looking back, this is the first sentence of the 'deta

[R] Problem applying "outer" to a list of functions

2010-10-16 Thread jschamel
I'm trying to construct an array with output from the application of homogeneous input to a bunch of different functions (my final goal is to easily analyze running time of a lot of competing functions and summarize the results). In my current iteration, however, only the first function in the li