Skip to content

Loop

2 messages · Trying To learn again, Rui Barradas

#
Hello,

As for the first question, you can do something like


Timeframemin<-10
Timefram<-10000

uFrame <- seq(Timeframemin, Timefram, by = 10)

for(u in uFrame) {}


As for the second question, the answer is yes, there is a print() 
function, which can be used for your purpose.


Hope this helps,

Rui Barradas
Em 17-02-2013 18:53, Trying To learn again escreveu: