Hi, On Tue, Nov 15, 2011 at 4:10 PM, anaraster <rrast...@gmail.com> wrote: > I've seen some questions regarding the output of multiple objects from a > function, however the suggestions all end up suggesting the use of > return(list(result1=result1, result2=result2 , result3=result3)). > > How can I return multiple objects that are 2 big to be added to a list?
I'm not sure what you mean: what kind of objects are too big to add to a list? An example would be useful here. A list is the correct way to return multiple results, and that's what R functions do, even the ones that return large objects. Sarah -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org 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.