search for: tp23652935p23652935

Displaying 1 result from an estimated 1 matches for "tp23652935p23652935".

2009 May 21
1
Loop avoidance and logical subscripts
...inr) GCsequence <- vector() for( i in 1:(length(data$sequence))) { c(GCsequence,GC(s2c(data$sequence[i])))->data$GCsequence[i] } rm(GCsequence) How should I speed up that? Thank you, Retama -- View this message in context: http://www.nabble.com/Loop-avoidance-and-logical-subscripts-tp23652935p23652935.html Sent from the R help mailing list archive at Nabble.com.