Description Usage Arguments Value
Wrapper around the cumsum
function where missing values can be
interpolated.
1 | cumsum_interpolate(x, na.action = "interpolate")
|
x |
vector to use to compute cumulated values |
na.action |
action to undertake when missing values are found (default:
'interpolate', any other value leads to the original |
the cumulative sum of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.