[R] data management on R

linda.s samrobertsmith at gmail.com
Fri Mar 24 08:20:35 CET 2006


On 3/23/06, Jim Porzak <jporzak at gmail.com> wrote:
> C <- cbind(A[, 1], B[, 2])
>
>
The result is:
     [,1] [,2]
[1,]    1    2
[2,]    3    8
How to keep x and n as the column title?
Linda




More information about the R-help mailing list