Skip to content
Prev 105397 / 398506 Next

analog to the matlab buffer function?

The gtools package also includes a function, 'running', which accomplishes
the desired task:
[,1] [,2] [,3]
1:3    1    2    3
2:4    2    3    4
3:5    3    4    5

        
On 11/30/06 8:56 PM, "Marc Schwartz" <marc_schwartz at comcast.net> wrote: