Description Usage Arguments Value Examples
Proportion of cumulative sum over sum
1 | cumsumprop(x)
|
x |
Numeric vector |
the proportion cumulative sum over sum
1 2 | x <- 1:4
cumsumprop(x) ## 0.1, 0.3, 0.6, 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.