search for: call5a

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

Did you mean: call5
2012 Jan 10
2
How to make this for() loop memory efficient?
...50,function(i){paste("call",i,sep="",collapse="")}) development.a<-seq(1,40,3) development.a2<-seq(1,40,5) a[development.a]<-a[development.a+1] a[development.a2]<-a[development.a2+1] a[1:2]<-"call2a";a[3]<-"call3a";a[4:5]<-"call5a";a[6:8]<-"call8a";a[9]<-"call9a" b<-c(920010,960010,820009,920010,960500,970050,930010,920010,960500,970050,930900,870010,840010,960500,920010,970050,930010,960500,920010,970050,930010,960010,920010,940010,960010,970010,960500,920010,970050,930010,960500,920010,970...