how do I get individual elements of functions in a list and put them in a matrix in R? [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 months ago . Improve this question Edit: Included a sample result I created functions like so: Ex1 = function(a,b,c) 1 * a + 2 * b + 3 * c + 4 Ex2 = function(a,b,c) Ex3 = function(a,b,c) etc.. and put them in a list: exList = list(Ex1,Ex2,Ex3,etc.) now I have to use a function to get the individual elements (