On Mon, Nov 10, 2008 at 9:32 PM, jim holtman <[EMAIL PROTECTED]> wrote: > Have you tried 'do.call(rbind,....)'?
Thanks for the suggestion! This works nicely. Another member of the list also suggested this approach (in private mail). Another useful suggestion was matplot. I'm still working on mastering R's naming conventions, which are different from with what I'm familiar with. So I would have expected "apply" or maybe "call" to do what do.call does; I would have expected "map" to do what "lapply" does, etc. (By the way, what does the "t" in tapply stand for?) Thanks! -s ______________________________________________ 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.