Got it..Thanks
Vivek
On Mon, Aug 3, 2009 at 9:13 AM, Steve
Lianoglou wrote:
> Hi,
>
> On Aug 3, 2009, at 12:09 PM, Vivek Ayer wrote:
>
>> Hey guys,
>>
>> How do I iterate such that I add 100 to the counter every time?
>>
>> Suppose: for (i in c(1:100))
>>
>> I want i to be 1, 10, 20, 30, ... inst
Hi,
On Aug 3, 2009, at 12:09 PM, Vivek Ayer wrote:
Hey guys,
How do I iterate such that I add 100 to the counter every time?
Suppose: for (i in c(1:100))
I want i to be 1, 10, 20, 30, ... instead of 1,2,3,4,5 ...
How can this be done?
?seq
-steve
--
Steve Lianoglou
Graduate Student: Com
Hey guys,
How do I iterate such that I add 100 to the counter every time?
Suppose: for (i in c(1:100))
I want i to be 1, 10, 20, 30, ... instead of 1,2,3,4,5 ...
How can this be done?
Thanks,
Vivek
__
R-help@r-project.org mailing list
https://stat.e
3 matches
Mail list logo