Re: [Rd] HOW TO AVOID LOOPS

2008-04-12 Thread carlos martinez
at 01:30:13PM -0400, Vincent Goulet wrote: >> > Le sam. 12 avr. à 12:47, carlos martinez a écrit : >> > >> Looking for a simple, effective a minimum execution time solution. >> > >> >> > >> For a vector as: >> > >> >> >

[Rd] HOW TO AVOID LOOPS

2008-04-12 Thread carlos martinez
> Looking for a simple, effective a minimum execution time solution. > > For a vector as: > > c(0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1) > To transform it to the following vector without using any loops: > (0,0,1,0,1,2,3,0,0,1,2,0,1,0,1,2,3,4,5,6) > Appreciate any suggetions. [[altern