Skip to content
Prev 31708 / 63424 Next

question

On Sat, Mar 7, 2009 at 9:38 AM, ivo welch <ivowel at gmail.com> wrote:
The function would be better written

f <- function() list(a = myvector1, b = myvector2)

and then called:

L <- f()