[R] cbind 3 or more matrices

Sarah Goslee sarah.goslee at gmail.com
Sun Jun 5 01:22:03 CEST 2011


do.call(cbind, list(A, B, C))


On Sat, Jun 4, 2011 at 7:14 PM, Jim Silverton <jim.silverton at gmail.com> wrote:
> How can I cbind three or more matrices like A,B and C. This does not work:
>
> cbind(A,B,C)
>
>
> --
> Thanks,
> Jim.
>

-- 
Sarah Goslee
http://www.functionaldiversity.org



More information about the R-help mailing list