Re: [R] calculating using user provided function

2010-06-23 Thread Charles C. Berry
On Wed, 23 Jun 2010, suman dhara wrote: Sir, I'm writing a program in R that requires the user to provide a funtion. On the basis of the user provided function the program will proceed further and give results. Is there any technique in R that allow a user to give his own function and on the bas

[R] calculating using user provided function

2010-06-23 Thread suman dhara
Sir, I'm writing a program in R that requires the user to provide a funtion. On the basis of the user provided function the program will proceed further and give results. Is there any technique in R that allow a user to give his own function and on the basis of that function the program will work.