Re: [R] linear lists, creation, insertion, deletion , traversal *someone?*

2006-03-02 Thread Charles C. Berry
Christian Hoffmann christian.hoffmann at wsl.ch writes: Hi, In a second try I will ask this list to give me some useful pointers. Linear lists, as described e.g. by N.Wirth in Algorithms and Data Structures, seem not to be implemented in S/R, although in lisp we have cons, car, cdr.

[R] linear lists, creation, insertion, deletion, traversal *someone?*

2006-03-01 Thread Christian Hoffmann
Hi, In a second try I will ask this list to give me some useful pointers. Linear lists, as described e.g. by N.Wirth in Algorithms and Data Structures, seem not to be implemented in S/R, although in lisp we have cons, car, cdr. Nevertheless I want to implement an algorithm using such linear

Re: [R] linear lists, creation, insertion, deletion, traversal *someone?*

2006-03-01 Thread Duncan Murdoch
On 3/1/2006 8:09 AM, Christian Hoffmann wrote: Hi, In a second try I will ask this list to give me some useful pointers. Linear lists, as described e.g. by N.Wirth in Algorithms and Data Structures, seem not to be implemented in S/R, although in lisp we have cons, car, cdr. They are in

Re: [R] linear lists, creation, insertion, deletion, traversal *someone?*

2006-03-01 Thread Kjetil Brinchmann Halvorsen
Christian Hoffmann wrote: Hi, In a second try I will ask this list to give me some useful pointers. Linear lists, as described e.g. by N.Wirth in Algorithms and Data Structures, seem not to be implemented in S/R, although in lisp we have cons, car, cdr. This has been discussed on the

Re: [R] linear lists, creation, insertion, deletion , traversal *someone?*

2006-03-01 Thread Ben Bolker
Christian Hoffmann christian.hoffmann at wsl.ch writes: Hi, In a second try I will ask this list to give me some useful pointers. [There is a general problem with the list, because of its volunteer nature: easy questions and questions that catch peoples' attention get answered. Others

Re: [R] linear lists, creation, insertion, deletion, traversal *someone?*

2006-03-01 Thread Gabor Grothendieck
Also check out ?append and the after= argument, in particular. On 3/1/06, Ben Bolker [EMAIL PROTECTED] wrote: Christian Hoffmann christian.hoffmann at wsl.ch writes: Hi, In a second try I will ask this list to give me some useful pointers. [There is a general problem with the list,