do.call(cbind, list(A, B, C))
On Sat, Jun 4, 2011 at 7:14 PM, Jim Silverton <[email protected]> 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 ______________________________________________ [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.

