cumsum | R Documentation |
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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.