Description Usage Arguments Value Examples
calculate reversed cumulative sum
1 | cumsum_rev(a)
|
a |
vector |
a vector of reversed cumulative sum
1 2 | cumsum_rev(1:10)
55 54 52 49 45 40 34 27 19 10
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.