Dear R users,
I have a function which takes as arguments big arrays, say : w, x , y and z.
My function changes these arrays and I want them as result/output.
I have tried to write return(w,x,y,z), and thus to replace the previous w,
x, y and z. It does not seem to work.
What can I do ?
Thank you very much,
Gustave
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.