Skip to content
Prev 74888 / 398502 Next

problem with for()

It would help to have an example of what it is you are trying to do.

Importantly, keep separate the need to have zero be a value in a vector
as opposed to using zero to index a vector.

As I note below in my reply, you can have:
[1] 0 1 2 3 4 5
[1]  0  1  4  9 16 25

Marc
On Thu, 2005-08-04 at 00:25 +0200, Simone Gabbriellini wrote: