[R] replacement has length zero
    fabiano 
    chimbioputo at gmail.com
       
    Wed Jul 11 20:13:32 CEST 2012
    
    
  
Thanks Peter.  
We did manage to solve the problem using the approach bellow.
Hab <- cbind(seq(1,21),habitat)
hab <- matrix(NA,nrow=3,ncol=7)
for (i in 1:3) {hab[i,] <- Hab[habitat==i,1]}
The problem was that the hab matrix was not a multiple of habitat.
 
--
View this message in context: http://r.789695.n4.nabble.com/replacement-has-length-zero-tp4635700p4636156.html
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list