Don't worry, I got it:
for(x in seq(1,100,5)) {
print(x)
}
where the step size is 5.
rcoder
rcoder wrote:
>
> Hi everyone,
>
> Is there a way to vary the increment size in a for loop? For e.g. when
> incrementing in steps greater than unity.
>
> Thanks,
>
> rcoder
>
>
>
--
View
Hi everyone,
Is there a way to vary the increment size in a for loop? For e.g. when
incrementing in steps greater than unity.
Thanks,
rcoder
--
View this message in context:
http://www.nabble.com/increment-size-in-for-loop-tp18893893p18893893.html
Sent from the R help mailing list archive a
2 matches
Mail list logo