cumsum_rev: Reverse Cumulative Sum

Description Usage Arguments Value Examples

View source: R/cumsum_rev.R

Description

Function for reverse cusum()

Usage

1

Arguments

x

a numeric or complex (not cummin or cummax) object, or an object that can be coerced to one of these.

Value

A vector of the same length and type as x (after coercion).

Examples

1
cumsum_rev(1:10)

hanfu-bios/varsel documentation built on May 27, 2019, 4:50 a.m.