Re: [R] using the "apply" method for functions with multiple inputs

2010-11-22 Thread David Winsemius
On Nov 22, 2010, at 8:38 PM, joeponzio wrote: hello r users, i'm trying to use the apply method on a function with several inputs, but cannot figure out how to send multiple arguments to the function (not multiple runs of the same function, but one run of the function including two vari

[R] using the "apply" method for functions with multiple inputs

2010-11-22 Thread joeponzio
hello r users, i'm trying to use the apply method on a function with several inputs, but cannot figure out how to send multiple arguments to the function (not multiple runs of the same function, but one run of the function including two variables - each used within the function). a <- c(1:10,999