Cumulative sum of free vectors
## S3 method for class 'free' cumsum(x)
x
Vector of class free
Robin K. S. Hankin
sum
abc(1:6) cumsum(abc(1:6)) x <- rfree(10,2) cumsum(c(x,-rev(x)))