Displaying 1 result from an estimated 1 matches for "20manipulate".
2008 Jul 18
1
manipulate a matrix2
...lly like the col value to equal the actual name, not the
column number. What am I missing? The analysis is very large, 6k x6k
matrix so automating the process is a high priority.
Thanks,
Jon
From: jim holtman <jholtman_at_gmail.com
<mailto:jholtman_at_gmail.com?Subject=Re:%20%5BR%5D%20manipulate%20a%20m
atrix> >
Date: Mon, 25 Jun 2007 12:39:46 -0400
Is this what you want?
> x
[,1] [,2] [,3] [,4] [,5]
[1,] 1 6 11 16 21
[2,] 2 7 12 17 22
[3,] 3 8 13 18 23
[4,] 4 9 14 19 24
[5,] 5 10 15 20 25
cbind(row=as.vec...