powered by
Cumulative sum of free vectors
# S3 method for free cumsum(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)))
Run the code above in your browser using DataLab