search for: 89th

Displaying 1 result from an estimated 1 matches for "89th".

Did you mean: 19th
2011 Jan 31
2
Storing loop output in matrix
...ty matrix. The current code I am using is: > M<-mat.or.vec(11,89) > for (j in list(3,91)) + {M[,(j-2)]<-pic(datain[,j], mytree)} datain is a matrix (11,91). I only want to use the pic() function on the columns 3:91. When I use this code output is stored into the 1st column of M and the 89th column of M but no other columns. Any help would be greatly appreciated Dean