search for: tp3802453p3803002

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

2011 Sep 09
2
Looping through multiple datasets already in memory
Gents, I have the following loop: for (i in (seq(along=Draw.1[,1]))) {print(i)} # from 1 - 5 (counter) for (i in (seq(along=Draw.1[,1]))) {print(Draw[i,4])} # from the 1 - column (passes parameter per column) Now: I have multiple Draws [Draw.1 - Draw.100] in memory with different "orders" Question: How do I loop through each Draw.[j]? OR in other way, how do I pick up all the