[R] Preparing data for display

Stavros Macrakis macrakis at alum.mit.edu
Tue Nov 11 19:41:17 CET 2008


On Mon, Nov 10, 2008 at 9:32 PM, jim holtman <jholtman at gmail.com> 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



More information about the R-help mailing list