cumSum: Cumulative sum, product and mean

Description Usage Arguments

View source: R/cumxxx.R

Description

Cumulative sum, product and mean functions that ignore missing values (if na.rm = TRUE).

Usage

1
2
3
4
5

Arguments

x

numeric vector

missing

if FALSE missing values are marked as missing in the output; otherwise (default) they are replaced with the previous value in the sequence


twolodzko/twextras documentation built on May 3, 2019, 1:52 p.m.