search for: iiend

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

Did you mean: miend
2010 Aug 08
2
Importing arguments for use by functions in a script
...ource" systimes[i,3]<-systime[1] systimes[i,4]<-systime[2] systimes[i,5]<-systime[3] } ####################################################################### # run functions and get system times ####################################################################### ii<-i+1 iiend<-i*2 i<-0 for(ii in ii:iiend) { i<-i+1 func<-funcs[i,1] rets<-as.name(funcs[i,2]) args<-funcs[i,3] # remove .R from function sfunc<-substring(func,1,((nchar(func))-2)) # convert text string to an object ssfunc<-get(sfunc) # convert text string in...