Hello ,
   
  a<-c(1)
  for(i in 2:length(a))
      do.something with a[[i]]
   
  I get :
  Error in a[[i]] : subscript out of bounds
   
  Am I missing something here?  Doesnt R check the value of i inside "for" and 
if the condition is not tru, dont do anything ????
   
  thanks,
  johan

                        
---------------------------------

 Got holiday prints? See all the ways to get quality prints in your hands ASAP.
        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to